summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp')
-rw-r--r--llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp b/llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp
index 6e69c5ac1d63..b0d9ad8da10e 100644
--- a/llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp
+++ b/llvm/lib/Target/DirectX/DXILResourceImplicitBinding.cpp
@@ -111,8 +111,7 @@ static bool assignBindings(Module &M, DXILResourceBindingInfo &DRBI,
RegSlotOp, /* register slot */
IB.Call->getOperand(2), /* size */
IB.Call->getOperand(3), /* index */
- IB.Call->getOperand(4), /* non-uniform flag */
- IB.Call->getOperand(5)}); /* name */
+ IB.Call->getOperand(4)}); /* name */
IB.Call->replaceAllUsesWith(NewCall);
IB.Call->eraseFromParent();
Changed = true;