aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600ISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-06-15 17:34:13 -0400
committerTom Stellard <[email protected]>2012-06-18 18:30:35 -0400
commit440ab9ea02690008b4d8da11494fd1e9cd86e57e (patch)
treea6fca37a606ee6b3a3bca54baf7f594f555fdf88 /src/gallium/drivers/radeon/R600ISelLowering.cpp
parentcd62960a2e2ab43482cc8ee19c19e2856795bc12 (diff)
radeon/llvm: Remove deadcode from AMDILISelLowering.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/R600ISelLowering.cpp')
-rw-r--r--src/gallium/drivers/radeon/R600ISelLowering.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/R600ISelLowering.cpp b/src/gallium/drivers/radeon/R600ISelLowering.cpp
index 9f9f348fc9e..bb034beeb33 100644
--- a/src/gallium/drivers/radeon/R600ISelLowering.cpp
+++ b/src/gallium/drivers/radeon/R600ISelLowering.cpp
@@ -32,11 +32,6 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
addRegisterClass(MVT::i32, &AMDIL::R600_Reg32RegClass);
computeRegisterProperties();
- setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Legal);
- setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Legal);
- setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Legal);
- setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Legal);
-
setOperationAction(ISD::FSUB, MVT::f32, Expand);
}