summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600ISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-29 11:59:01 -0400
committerTom Stellard <[email protected]>2012-05-29 11:59:01 -0400
commit83169900fb96f1a51d8292e66c203c64a82e204d (patch)
treeb447a28677dcf0deb4c9450225d10ef7428357fc /src/gallium/drivers/radeon/R600ISelLowering.cpp
parent89ece086bcd2186ab53cb6a69d53005893cab0ea (diff)
radeon/llvm: Update and fix some comments
Diffstat (limited to 'src/gallium/drivers/radeon/R600ISelLowering.cpp')
-rw-r--r--src/gallium/drivers/radeon/R600ISelLowering.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/drivers/radeon/R600ISelLowering.cpp b/src/gallium/drivers/radeon/R600ISelLowering.cpp
index 5926a08fa76..2347ac73b8f 100644
--- a/src/gallium/drivers/radeon/R600ISelLowering.cpp
+++ b/src/gallium/drivers/radeon/R600ISelLowering.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// Most of the DAG lowering is handled in AMDILISelLowering.cpp. This file
+// Most of the DAG lowering is handled in AMDGPUISelLowering.cpp. This file
// is mostly EmitInstrWithCustomInserter().
//
//===----------------------------------------------------------------------===//
@@ -39,12 +39,6 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
setOperationAction(ISD::FSUB, MVT::f32, Expand);
-#if 0
-
- setTargetDAGCombine(ISD::Constant);
- setTargetDAGCombine(ISD::ConstantFP);
-
-#endif
}
MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter(