repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git]
/
test
/
Transforms
/
Inline
/
2003-09-22-PHINodeInlineFail.ll
blob
5ced3b8e8da9cb2054a91953ea94c947e5f08196
1
; RUN: opt < %s -inline -disable-output
2
3
define i32 @main() {
4
entry:
5
invoke void @__main( )
6
to label %LongJmpBlkPre unwind label %LongJmpBlkPre
7
8
LongJmpBlkPre: ; preds = %entry, %entry
9
%i.3 = phi i32 [ 0, %entry ], [ 0, %entry ] ; <i32> [#uses=0]
10
ret i32 0
11
}
12
13
define void @__main() {
14
ret void
15
}
16