Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/AArch64/ghc-cc.ll @ 95:afa8332a0e37 LLVM3.8
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/AArch64/ghc-cc.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/AArch64/ghc-cc.ll Tue Oct 13 17:48:58 2015 +0900 @@ -51,7 +51,7 @@ ; CHECK-NEXT: bl bar_i64 ; CHECK-NEXT: ret - %0 = load i64* @base + %0 = load i64, i64* @base tail call ghccc void @bar_i64( i64 %0 ) nounwind ret void } @@ -64,7 +64,7 @@ ; CHECK-NEXT: bl bar_float ; CHECK-NEXT: ret - %0 = load float* @f1 + %0 = load float, float* @f1 tail call ghccc void @bar_float( float %0 ) nounwind ret void } @@ -77,7 +77,7 @@ ; CHECK-NEXT: bl bar_double ; CHECK-NEXT: ret - %0 = load double* @d1 + %0 = load double, double* @d1 tail call ghccc void @bar_double( double %0 ) nounwind ret void }