diff options
Diffstat (limited to 'llvm/lib/Target/R600/SILowerLiteralConstants.cpp')
| -rw-r--r-- | llvm/lib/Target/R600/SILowerLiteralConstants.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SILowerLiteralConstants.cpp b/llvm/lib/Target/R600/SILowerLiteralConstants.cpp index c0411e9b4d5..6f5fd36396b 100644 --- a/llvm/lib/Target/R600/SILowerLiteralConstants.cpp +++ b/llvm/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; |

