Updated the name of the LLVM disassembler so that the test does not fail.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jul 2003 20:31:45 +0000 (20:31 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jul 2003 20:31:45 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7044 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LICM/2003-05-02-LoadHoist.ll

index 5488974536c5f6cdde8d2c90e17401aa503c6b56..e6242f6533334b1d306c9e22aa7a8c5319cbfd5e 100644 (file)
@@ -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()