diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 21:57:14 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 21:57:14 +0000 |
| commit | 8c756a9ded05400b854e62bf34f382e58d963251 (patch) | |
| tree | 0983224bdf8112da70b7ac874ddbac91d65e8958 /llvm | |
| parent | 658894a8eb631a4d361d5f7609b00ed85751c2bf (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

