diff options
author | Tom Stellard <[email protected]> | 2012-09-17 19:06:25 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-17 21:09:43 +0000 |
commit | 059a56bddb6bd769632e5999cb23c7bdcb79bea1 (patch) | |
tree | 43991052a5faeaa1b3a5da5780e0f0c5a86b290f /src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | |
parent | 9fac1d1c3aa0c33339c6438cfbc51dc2066151dc (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.cpp | 2 |
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()); } |