diff options
author | Tom Stellard <[email protected]> | 2012-06-15 17:34:13 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-18 18:30:35 -0400 |
commit | 440ab9ea02690008b4d8da11494fd1e9cd86e57e (patch) | |
tree | a6fca37a606ee6b3a3bca54baf7f594f555fdf88 /src/gallium/drivers/radeon/SIISelLowering.cpp | |
parent | cd62960a2e2ab43482cc8ee19c19e2856795bc12 (diff) |
radeon/llvm: Remove deadcode from AMDILISelLowering.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/SIISelLowering.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/SIISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/SIISelLowering.cpp b/src/gallium/drivers/radeon/SIISelLowering.cpp index c8a0e0b036e..5b1959d5024 100644 --- a/src/gallium/drivers/radeon/SIISelLowering.cpp +++ b/src/gallium/drivers/radeon/SIISelLowering.cpp @@ -33,9 +33,6 @@ SITargetLowering::SITargetLowering(TargetMachine &TM) : computeRegisterProperties(); - setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Legal); - setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Legal); - setOperationAction(ISD::ADD, MVT::i64, Legal); setOperationAction(ISD::ADD, MVT::i32, Legal); |