Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/ARM/thumb_indirect_calls.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line diff
--- a/test/CodeGen/ARM/thumb_indirect_calls.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/ARM/thumb_indirect_calls.ll Tue Oct 13 17:48:58 2015 +0900 @@ -3,10 +3,10 @@ @f = common global void (i32)* null, align 4 -; CHECK-LABEL foo: +; CHECK-LABEL: foo: define void @foo(i32 %x) { entry: - %0 = load void (i32)** @f, align 4 + %0 = load void (i32)*, void (i32)** @f, align 4 tail call void %0(i32 %x) ret void @@ -21,7 +21,7 @@ ; CHECK-V5T: blx [[CALLEE]] } -; CHECK-LABEL bar: +; CHECK-LABEL: bar: define void @bar(void (i32)* nocapture %g, i32 %x, void (i32)* nocapture %h) { entry: tail call void %g(i32 %x) @@ -37,4 +37,3 @@ ; CHECK-V5T: blx ; CHECK-V5T: blx } -