summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-07-18 12:26:45 -0400
committerTom Stellard <[email protected]>2012-07-27 17:08:06 +0000
commit92823fb72abf1539bdb545fedc5525e9fc0b04cc (patch)
tree185010806f0eb46a12a53b09b1998c5089d3974c /src/gallium/drivers/radeon/AMDILISelLowering.h
parent46d12c99a24cebe01cd00575b39961231dec47c8 (diff)
radeon/llvm: Move lowering of SETCC node to R600ISelLowering
SI will handle SETCC different from R600, so we need to move it out of the shared instruction selector.
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILISelLowering.h')
-rw-r--r--src/gallium/drivers/radeon/AMDILISelLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/AMDILISelLowering.h b/src/gallium/drivers/radeon/AMDILISelLowering.h
index 50a4b9ae5cb..cccb964e559 100644
--- a/src/gallium/drivers/radeon/AMDILISelLowering.h
+++ b/src/gallium/drivers/radeon/AMDILISelLowering.h
@@ -184,9 +184,6 @@ namespace llvm
LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
SDValue
- LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
-
- SDValue
LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const;
EVT