weak globals on darwin require an extra load, breaking this test

llvm-svn: 26695
This commit is contained in:
Chris Lattner 2006-03-10 17:55:10 +00:00
parent 1420405e6a
commit 0a171d33ca
1 changed files with 1 additions and 1 deletions

View File

@ -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