diff options
Diffstat (limited to 'test/Transforms/LICM/scalar_promote.ll')
-rw-r--r-- | test/Transforms/LICM/scalar_promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/scalar_promote.ll b/test/Transforms/LICM/scalar_promote.ll index 01c25c8ceb..02fa57d26b 100644 --- a/test/Transforms/LICM/scalar_promote.ll +++ b/test/Transforms/LICM/scalar_promote.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -licm -stats 2>&1 | grep "memory locations promoted to register" +; RUN: llvm-as < %s | opt -licm -stats 2>&1 | grep "memory locations promoted to register" %X = global int 7 |