llvm-6502/test/Other/2007-06-05-PassID.ll
Devang Patel e2c0c88e06 New test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37438 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-05 20:23:20 +00:00

12 lines
162 B
LLVM

;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
}