diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/compare-duplicate.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/compare-duplicate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll index f5108c37a8a..60e27128ccf 100644 --- a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll +++ b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc-apple-darwin8 | not grep slwi +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | not grep slwi define i32 @test(i32 %A, i32 %B) { %C = sub i32 %B, %A |