summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/SIISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-07-19 13:28:25 -0400
committerTom Stellard <[email protected]>2012-07-27 17:08:07 +0000
commit4cab682184640242d1e6f034f2b6bd7c4378c162 (patch)
tree5da0b4fea05245797b0b70f04c459386fc98a026 /src/gallium/drivers/radeon/SIISelLowering.h
parentba76684292e568c164cb7cbe7537181af4b452b8 (diff)
radeon/llvm: Add custom lowering for SELECT_CC nodes on SI
Diffstat (limited to 'src/gallium/drivers/radeon/SIISelLowering.h')
-rw-r--r--src/gallium/drivers/radeon/SIISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/SIISelLowering.h b/src/gallium/drivers/radeon/SIISelLowering.h
index 952e0253149..f16202abcc5 100644
--- a/src/gallium/drivers/radeon/SIISelLowering.h
+++ b/src/gallium/drivers/radeon/SIISelLowering.h
@@ -39,6 +39,7 @@ class SITargetLowering : public AMDGPUTargetLowering
MachineRegisterInfo & MRI) const;
SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
public:
SITargetLowering(TargetMachine &tm);