mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
weak globals on darwin require an extra load, breaking this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d832dc330
commit
31e66e8b76
@ -2,7 +2,7 @@
|
||||
;
|
||||
; Test the add and load are folded into the store instruction.
|
||||
|
||||
%X = weak global short 0
|
||||
%X = internal global short 0
|
||||
|
||||
void %foo() {
|
||||
%tmp.0 = load short* %X
|
||||
|
Loading…
x
Reference in New Issue
Block a user