diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ispositive.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ispositive.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ispositive.ll b/llvm/test/CodeGen/PowerPC/ispositive.ll index 78cdf4a4d90..c3eb7a295d9 100644 --- a/llvm/test/CodeGen/PowerPC/ispositive.ll +++ b/llvm/test/CodeGen/PowerPC/ispositive.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \ +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \ ; RUN: grep "srwi r3, r3, 31" define i32 @test1(i32 %X) { |