mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
8 lines
185 B
LLVM
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;
|
|
}
|