diff options
Diffstat (limited to 'test/Transforms/LICM/2003-05-02-LoadHoist.ll')
-rw-r--r-- | test/Transforms/LICM/2003-05-02-LoadHoist.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-05-02-LoadHoist.ll b/test/Transforms/LICM/2003-05-02-LoadHoist.ll index 7b58535972..e316bae3c3 100644 --- a/test/Transforms/LICM/2003-05-02-LoadHoist.ll +++ b/test/Transforms/LICM/2003-05-02-LoadHoist.ll @@ -3,7 +3,7 @@ ; loaded from. Basically if the load gets hoisted, the subtract gets turned ; into a constant zero. ; -; RUN: llvm-as < %s | opt -licm -gvn -instcombine | llvm-dis | grep load +; RUN: opt %s -licm -gvn -instcombine | llvm-dis | grep load @X = global i32 7 ; <i32*> [#uses=2] |