You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
310 B

; RUN: llc < %s -mtriple=i686--
define i32 @test() {
entry:
ret i32 7
Test: ; No predecessors!
%A = call i32 @test( ) ; <i32> [#uses=1]
%B = call i32 @test( ) ; <i32> [#uses=1]
%C = add i32 %A, %B ; <i32> [#uses=1]
ret i32 %C
}