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

8 lines
185 B
LLVM

; RUN: llvm-as < %s | opt -analyze -inline -disable-output
; PR 1526
; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
; PR 1539
define i32 @test1() {
ret i32 0;
}