aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/SILowerLiteralConstants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/SILowerLiteralConstants.cpp')
-rw-r--r--lib/Target/R600/SILowerLiteralConstants.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/SILowerLiteralConstants.cpp b/lib/Target/R600/SILowerLiteralConstants.cpp
index c0411e9b4d..6f5fd36396 100644
--- a/lib/Target/R600/SILowerLiteralConstants.cpp
+++ b/lib/Target/R600/SILowerLiteralConstants.cpp
@@ -73,7 +73,6 @@ bool SILowerLiteralConstantsPass::runOnMachineFunction(MachineFunction &MF) {
switch (MI.getOpcode()) {
default: break;
case AMDGPU::S_MOV_IMM_I32:
- case AMDGPU::S_MOV_IMM_I64:
case AMDGPU::V_MOV_IMM_F32:
case AMDGPU::V_MOV_IMM_I32: {
unsigned MovOpcode;