aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/call_adj.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/call_adj.ll')
-rw-r--r--test/CodeGen/Alpha/call_adj.ll16
1 files changed, 7 insertions, 9 deletions
diff --git a/test/CodeGen/Alpha/call_adj.ll b/test/CodeGen/Alpha/call_adj.ll
index da47c6c..ee8cda8 100644
--- a/test/CodeGen/Alpha/call_adj.ll
+++ b/test/CodeGen/Alpha/call_adj.ll
@@ -1,15 +1,13 @@
;All this should do is not crash
-;RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha
+;RUN: llvm-as < %s | llc -march=alpha
-target endian = little
-target pointersize = 64
+target datalayout = "e-p:64:64"
target triple = "alphaev67-unknown-linux-gnu"
-implementation ; Functions:
-
-void %_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(uint %f) {
+define void @_ZNSt13basic_filebufIcSt11char_traitsIcEE22_M_convert_to_externalEPcl(i32 %f) {
entry:
- %tmp49 = alloca sbyte, uint %f ; <sbyte*> [#uses=1]
- %tmp = call uint null( sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null, sbyte* null)
- ret void
+ %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
}
+