Created
April 4, 2016 07:05
-
-
Save Aatch/e140bed90411581149657bfbd963634b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define void @test() unnamed_addr #0 { | |
entry-block: | |
br label %start | |
start: ; preds = %entry-block | |
%0 = call i32 @bar() | |
br label %bb2 | |
end: ; preds = %bb3 | |
ret void | |
bb2: ; preds = %start | |
%1 = call i32 @bar() | |
br label %bb3 | |
bb3: ; preds = %bb2 | |
%2 = mul i32 %1, 2 | |
%3 = add i32 %0, %2 | |
br label %end | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment