diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/big-endian-call-result.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/big-endian-call-result.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/big-endian-call-result.ll b/llvm/test/CodeGen/PowerPC/big-endian-call-result.ll index 4885a623613..ab136f65d27 100644 --- a/llvm/test/CodeGen/PowerPC/big-endian-call-result.ll +++ b/llvm/test/CodeGen/PowerPC/big-endian-call-result.ll @@ -3,7 +3,7 @@ ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ ; RUN: grep {addze 3, 3} -declare i64 @foo(); +declare i64 @foo() define i64 @bar() { |

