diff options
author | John Criswell <criswell@uiuc.edu> | 2003-07-01 20:31:45 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-07-01 20:31:45 +0000 |
commit | 2d4ebb2755672ee860e29cf0982c4d5247433038 (patch) | |
tree | 02318967b9627302ea29edb26fd00c943bd49773 /test/Transforms/LICM | |
parent | edc3c3d0fcd54429deae45f740aefbacaa95c589 (diff) |
Updated the name of the LLVM disassembler so that the test does not fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LICM')
-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 5488974536..e6242f6533 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: as < %s | opt -licm -load-vn -gcse -instcombine | llvm-dis | grep load +; RUN: as < %s | opt -licm -load-vn -gcse -instcombine | dis | grep load %X = global int 7 declare void %foo() |