summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-07-15 23:42:21 +0000
committerBill Wendling <isanbard@gmail.com>2010-07-15 23:42:21 +0000
commita60f0e7f817f170df55371491e246b95b0d8d6b0 (patch)
tree344c2c3d1dafa1d73f9c6342120493cedd016c72 /test/CodeGen/PowerPC
parentbb5d92741b2835eff25e4524bc6a5b0fb4fda855 (diff)
downloadllvm-a60f0e7f817f170df55371491e246b95b0d8d6b0.tar.gz
llvm-a60f0e7f817f170df55371491e246b95b0d8d6b0.tar.bz2
llvm-a60f0e7f817f170df55371491e246b95b0d8d6b0.tar.xz
Revert. This isn't the correct way to go.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
index ba59309ec2..db2ab877ff 100644
--- a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
+++ b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 | grep trap
+; RUN: llc < %s -march=ppc32 | grep nop
target triple = "powerpc-apple-darwin8"