mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
New test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e148a37d3
commit
e2c0c88e06
11
test/Other/2007-06-05-PassID.ll
Normal file
11
test/Other/2007-06-05-PassID.ll
Normal file
@ -0,0 +1,11 @@
|
||||
;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output
|
||||
;PR 1497
|
||||
|
||||
define void @foo() {
|
||||
entry:
|
||||
br label %return
|
||||
|
||||
return: ; preds = %entry
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user