diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/compare-simm.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/compare-simm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/compare-simm.ll b/llvm/test/CodeGen/PowerPC/compare-simm.ll index bc2572b5112..87a1d7ff40b 100644 --- a/llvm/test/CodeGen/PowerPC/compare-simm.ll +++ b/llvm/test/CodeGen/PowerPC/compare-simm.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | FileCheck %s +; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s define i32 @test(i32 %x) nounwind { ; CHECK-LABEL: @test |