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
This commit is contained in:
John Criswell 2003-07-01 20:31:45 +00:00
parent edc3c3d0fc
commit 2d4ebb2755

View 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()