summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:01 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:01 +0000
commite7528c45eae57aae0b45dbbed19f6b9b3838364e (patch)
treec6f6471c192bdee1ccb8ffcafecc650cca81dbbe /llvm/test/CodeGen
parent067ba3c23cac185d1e49e74073017ce94a3c633e (diff)
downloadbcm5719-llvm-e7528c45eae57aae0b45dbbed19f6b9b3838364e.tar.gz
bcm5719-llvm-e7528c45eae57aae0b45dbbed19f6b9b3838364e.zip
FileCheckize and break dependence on coalescing order.
llvm-svn: 130856
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll14
1 files changed, 6 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll b/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll
index e46e1ec8d77..318ccb03410 100644
--- a/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll
+++ b/llvm/test/CodeGen/PowerPC/big-endian-formal-args.ll
@@ -1,14 +1,12 @@
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN: grep {li 6, 3}
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN: grep {li 4, 2}
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN: grep {li 3, 0}
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN: grep {mr 5, 3}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
declare void @bar(i64 %x, i64 %y)
+; CHECK: li 4, 2
+; CHECK: li {{[53]}}, 0
+; CHECK: li 6, 3
+; CHECK: mr {{[53]}}, {{[53]}}
+
define void @foo() {
call void @bar(i64 2, i64 3)
ret void
OpenPOWER on IntegriCloud