summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDGPUISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-09-17 19:06:25 +0000
committerTom Stellard <[email protected]>2012-09-17 21:09:43 +0000
commit059a56bddb6bd769632e5999cb23c7bdcb79bea1 (patch)
tree43991052a5faeaa1b3a5da5780e0f0c5a86b290f /src/gallium/drivers/radeon/AMDGPUISelLowering.cpp
parent9fac1d1c3aa0c33339c6438cfbc51dc2066151dc (diff)
radeon/llvm: Move kernel arg lowering into R600TargetLowering class
Diffstat (limited to 'src/gallium/drivers/radeon/AMDGPUISelLowering.cpp')
-rw-r--r--src/gallium/drivers/radeon/AMDGPUISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPUISelLowering.cpp b/src/gallium/drivers/radeon/AMDGPUISelLowering.cpp
index 59daf77503e..3f9c82076f0 100644
--- a/src/gallium/drivers/radeon/AMDGPUISelLowering.cpp
+++ b/src/gallium/drivers/radeon/AMDGPUISelLowering.cpp
@@ -53,8 +53,6 @@ SDValue AMDGPUTargetLowering::LowerFormalArguments(
DebugLoc DL, SelectionDAG &DAG,
SmallVectorImpl<SDValue> &InVals) const
{
- // Lowering of arguments happens in R600LowerKernelParameters, so we can
- // ignore the arguments here.
for (unsigned i = 0, e = Ins.size(); i < e; ++i) {
InVals.push_back(SDValue());
}