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
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
Transforms
/
TailDup
/
2009-07-31-phicrash.ll
blob
ad1a0404761a6b308a7f6fb5efb4c59b8d2abd18
1
; RUN: opt < %s -tailduplicate -disable-output
2
; PR4662
3
4
define void @a() {
5
BB:
6
br label %BB6
7
8
BB6:
9
%tmp9 = phi i64 [ 0, %BB ], [ 5, %BB34 ]
10
br label %BB34
11
12
BB34:
13
br label %BB6
14
}