diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll b/llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll index 8fd05502ba8..f91f527b129 100644 --- a/llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll +++ b/llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc-apple-darwin10.0 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin10.0 ; rdar://7819990 %0 = type { i32 } |