diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
commit | 009b1c42aa6266385f2c37e227516b24077e6dd7 (patch) | |
tree | 64ba909838c23261cace781ece27d106134ea451 /test/CodeGen/Alpha/call_adj.ll |
Diffstat (limited to 'test/CodeGen/Alpha/call_adj.ll')
-rw-r--r-- | test/CodeGen/Alpha/call_adj.ll | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/CodeGen/Alpha/call_adj.ll b/test/CodeGen/Alpha/call_adj.ll new file mode 100644 index 0000000000000..ee8cda840e0ac --- /dev/null +++ b/test/CodeGen/Alpha/call_adj.ll @@ -0,0 +1,13 @@ +;All this should do is not crash +;RUN: llvm-as < %s | llc -march=alpha + +target datalayout = "e-p:64:64" +target triple = "alphaev67-unknown-linux-gnu" + +define void @_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(i32 %f) { +entry: + %tmp49 = alloca i8, i32 %f ; <i8*> [#uses=0] + %tmp = call i32 null( i8* null, i8* null, i8* null, i8* null, i8* null, i8* null, i8* null ) ; <i32> [#uses=0] + ret void +} + |