diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/lshl.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/lshl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/lshl.ll b/llvm/test/CodeGen/R600/lshl.ll index 806e681ba3d..06736c0b730 100644 --- a/llvm/test/CodeGen/R600/lshl.ll +++ b/llvm/test/CodeGen/R600/lshl.ll @@ -1,4 +1,4 @@ -;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s +;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s ;CHECK: V_LSHL_B32_e64 VGPR{{[0-9]}}, SGPR{{[0-9]}}, 1 |