diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 19:16:04 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 19:16:04 -0800 |
commit | 0257241f3aea4b542d4d112e1be2888537f08d51 (patch) | |
tree | 68b91d3c50babe37210276fc64d2e45dfbf738e3 | |
parent | d7b9dd7b36d3738f1b2553ad9872cde20a2f9ad9 (diff) |
test for last commit
-rw-r--r-- | tests/cases/inttoptr.ll | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/cases/inttoptr.ll b/tests/cases/inttoptr.ll new file mode 100644 index 00000000..7510ea6c --- /dev/null +++ b/tests/cases/inttoptr.ll @@ -0,0 +1,20 @@ +; ModuleID = '/tmp/emscripten/tmp/src.cpp.o' +target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32" +target triple = "i386-pc-linux-gnu" + +@.str = private constant [14 x i8] c"hello, world!\00", align 1 ; [#uses=1] + +; [#uses=1] +declare i32 @puts(i8*) + +; [#uses=0] +define i32 @main() { +entry: + %retval = alloca i32 ; [#uses=2] + %0 = alloca i32 ; [#uses=2] + %"alloca point" = bitcast i32 0 to i32 ; [#uses=0] + %sz.i7 = inttoptr i32 55 to i32* ; [#uses=1 type=i32*] + store i32 184, i32* %sz.i7, align 8, !tbaa !1610 + %0 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0] + ret i32 0 +} |