diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll b/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll index c6547c72ff0..2f0f7c2888e 100644 --- a/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll +++ b/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | \ ; RUN: grep cntlz define i32 @foo() nounwind { |