1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Other/2007-06-28-PassManager.ll
Dan Gohman 5fa04f2707 Delete useless trailing semicolons.
llvm-svn: 92740
2010-01-05 17:55:26 +00:00

8 lines
158 B
LLVM

; RUN: opt < %s -analyze -inline -disable-output
; PR1526
; RUN: opt < %s -analyze -indvars -disable-output
; PR1539
define i32 @test1() {
ret i32 0
}