diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-06-19-UncondLoad.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-06-19-UncondLoad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll b/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll index fa3dc0ae14..9216726829 100644 --- a/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll +++ b/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep load | count 3 +; RUN: opt %s -instcombine | llvm-dis | grep load | count 3 ; PR2471 declare i32 @x(i32*) |