diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll b/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll index 3bf2817e035..868a2612e6c 100644 --- a/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll +++ b/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s declare void @bar(i64 %x, i64 %y) |