diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/hello.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/hello.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/hello.ll b/llvm/test/CodeGen/PowerPC/hello.ll index 91133c47de8..23b2e070265 100644 --- a/llvm/test/CodeGen/PowerPC/hello.ll +++ b/llvm/test/CodeGen/PowerPC/hello.ll @@ -1,5 +1,5 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -; RUN: llc -verify-machineinstrs < %s -march=ppc64 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- ; PR1399 @.str = internal constant [13 x i8] c"Hello World!\00" |