summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/SIISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-25 08:41:29 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-07-27 17:08:07 +0000
commitd36455ba2c3febe5da6fc6f53e4acd98f771532a (patch)
tree426c3d44fa11047f07773c0642b718f02b095e3c /src/gallium/drivers/radeon/SIISelLowering.h
parente8825ce6e12a8ec6fbe1ef76fb5e8ef8eb1b1218 (diff)
downloadexternal_mesa3d-d36455ba2c3febe5da6fc6f53e4acd98f771532a.zip
external_mesa3d-d36455ba2c3febe5da6fc6f53e4acd98f771532a.tar.gz
external_mesa3d-d36455ba2c3febe5da6fc6f53e4acd98f771532a.tar.bz2
radeon/llvm: Implement getSetCCResultType for 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 c14b757..952e025 100644
--- a/src/gallium/drivers/radeon/SIISelLowering.h
+++ b/src/gallium/drivers/radeon/SIISelLowering.h
@@ -44,6 +44,7 @@ public:
SITargetLowering(TargetMachine &tm);
virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
MachineBasicBlock * BB) const;
+ virtual EVT getSetCCResultType(EVT VT) const;
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
};