mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
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:
parent
edc3c3d0fc
commit
2d4ebb2755
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user