mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -3,7 +3,7 @@
|
|||||||
; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
||||||
; into a constant zero.
|
; 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
|
%X = global int 7
|
||||||
declare void %foo()
|
declare void %foo()
|
||||||
|
Reference in New Issue
Block a user