hanchenye-llvm-project/llvm/test/Other/2007-06-28-PassManager.ll

6 lines
113 B
LLVM
Raw Normal View History

2007-06-29 07:09:25 +08:00
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
; PR 1526
define i32 @test1() {
ret i32 0;
}