repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
2007-03-18-LiveIntervalAssert.ll
blob
6965849e3231075ccf39e4a5906610c7a9cf410c
1
; RUN: llvm-as < %s | llc -march=x86
2
; PR1259
3
4
define void @test() {
5
%tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
6
unreachable
7
}