summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 21:57:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 21:57:14 +0000
commit8c756a9ded05400b854e62bf34f382e58d963251 (patch)
tree0983224bdf8112da70b7ac874ddbac91d65e8958 /llvm
parent658894a8eb631a4d361d5f7609b00ed85751c2bf (diff)
downloadbcm5719-llvm-8c756a9ded05400b854e62bf34f382e58d963251.tar.gz
bcm5719-llvm-8c756a9ded05400b854e62bf34f382e58d963251.zip
Fix this test from Duncan's experiment.
llvm-svn: 36176
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/LICM/scalar_promote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LICM/scalar_promote.ll b/llvm/test/Transforms/LICM/scalar_promote.ll
index 8720a6a80ba..7bc4f065ef9 100644
--- a/llvm/test/Transforms/LICM/scalar_promote.ll
+++ b/llvm/test/Transforms/LICM/scalar_promote.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -licm -stats |& \
-; RUN: grep {memory locations promoted to register}
+; RUN: grep {memory locations promoted to register}
%X = global int 7
OpenPOWER on IntegriCloud