summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDGPUISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-23 13:19:36 -0400
committerTom Stellard <[email protected]>2012-05-24 14:12:30 -0400
commitd4984f346320e64b58e38e443e5b99d09b7067bc (patch)
tree056fd343d50ca50224f620412ba04d40c0199e9b /src/gallium/drivers/radeon/AMDGPUISelLowering.h
parent5523502ff917803166051c8947f5dd3b23c6fcf8 (diff)
radeon/llvm: Add custom SDNode for FRACT
Diffstat (limited to 'src/gallium/drivers/radeon/AMDGPUISelLowering.h')
-rw-r--r--src/gallium/drivers/radeon/AMDGPUISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPUISelLowering.h b/src/gallium/drivers/radeon/AMDGPUISelLowering.h
index f1544b86920..81bc608cebf 100644
--- a/src/gallium/drivers/radeon/AMDGPUISelLowering.h
+++ b/src/gallium/drivers/radeon/AMDGPUISelLowering.h
@@ -56,6 +56,7 @@ namespace AMDGPUISD
enum
{
AMDGPU_FIRST = AMDILISD::LAST_NON_MEMORY_OPCODE,
+ FRACT,
FMAX,
SMAX,
UMAX,