diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll index e8765deab05..b26b4f420b3 100644 --- a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll +++ b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll @@ -1,8 +1,8 @@ -; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \ +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \ ; RUN: grep "stw r3, 32751" -; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ +; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ ; RUN: grep "stw r3, 32751" -; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ +; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ ; RUN: grep "std r3, 9024" define void @test() nounwind { |