forked from OSchip/llvm-project
Improved codegen due to Chris' live interval joining changes.
llvm-svn: 29899
This commit is contained in:
parent
61413a3d72
commit
f0b7f06b63
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'xorb $16, %cl'
|
||||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'subl.*%esp'
|
||||
|
||||
%A = external global ushort*
|
||||
%B = external global uint
|
||||
|
|
Loading…
Reference in New Issue