diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll b/llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll index 671bf804ed3..b7037a35585 100644 --- a/llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll +++ b/llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 define i64 @test() { ret i64 undef |