diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll b/llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll index d2256642fbf..4fac0864c8d 100644 --- a/llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll +++ b/llvm/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 -mcpu=g5 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 ; END. define void @test(i8* %stack) { |