summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/call_adj.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:24 -0800
commitfa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01 (patch)
tree807b8393a3ca3fb45abf2e28da61618494f5d3e4 /test/CodeGen/Alpha/call_adj.ll
parent38d59dbfec3318831bf293097968165abbee49a2 (diff)
downloadexternal_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.zip
external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.tar.gz
external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.tar.bz2
Remove the Alpha backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha/call_adj.ll')
-rw-r--r--test/CodeGen/Alpha/call_adj.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/Alpha/call_adj.ll b/test/CodeGen/Alpha/call_adj.ll
deleted file mode 100644
index 24e97a9..0000000
--- a/test/CodeGen/Alpha/call_adj.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-;All this should do is not crash
-;RUN: llc < %s -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
-}
-