summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-02-02 18:52:56 +0000
committerDale Johannesen <dalej@apple.com>2010-02-02 18:52:56 +0000
commitda431c76fbb9a08ed88235f37f8436332968d074 (patch)
treef316c555bee696b93e0e5093c89e4d14c1c4ad46 /llvm/test/CodeGen/PowerPC
parent2fdf5b535e420ef0e058915f5163dcf978230bc8 (diff)
downloadbcm5719-llvm-da431c76fbb9a08ed88235f37f8436332968d074.tar.gz
bcm5719-llvm-da431c76fbb9a08ed88235f37f8436332968d074.zip
Test revert 95050; there's a good chance it's causing
buildbot failure. llvm-svn: 95103
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll b/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
index d1d28ae15b0..c4ed1663a49 100644
--- a/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
+++ b/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s | grep {subfc r3,r5,r4}
; RUN: llc < %s | grep {subfze r4,r2}
-; RUN: llc < %s -regalloc=local | grep {subfc r2,r5,r4}
-; RUN: llc < %s -regalloc=local | grep {subfze r3,r3}
+; RUN: llc < %s -regalloc=local | grep {subfc r5,r4,r3}
+; RUN: llc < %s -regalloc=local | grep {subfze r2,r2}
; The first argument of subfc must not be the same as any other register.
; PR1357
OpenPOWER on IntegriCloud