aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/2006-01-18-MissedGlobal.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/2006-01-18-MissedGlobal.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/2006-01-18-MissedGlobal.ll')
-rw-r--r--test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll b/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
deleted file mode 100644
index 65d2a8d..0000000
--- a/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
+++ /dev/null
@@ -1,27 +0,0 @@
-; The global symbol should be legalized
-; RUN: llc < %s -march=alpha
-
-target datalayout = "e-p:64:64"
- %struct.LIST_HELP = type { %struct.LIST_HELP*, i8* }
- %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct._IO_FILE*, i32, i32, i64, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i32, [44 x i8] }
- %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
-@clause_SORT = external global [21 x %struct.LIST_HELP*] ; <[21 x %struct.LIST_HELP*]*> [#uses=0]
-@ia_in = external global %struct._IO_FILE* ; <%struct._IO_FILE**> [#uses=1]
-@multvec_j = external global [100 x i32] ; <[100 x i32]*> [#uses=0]
-
-define void @main(i32 %argc) {
-clock_Init.exit:
- %tmp.5.i575 = load i32* null ; <i32> [#uses=1]
- %tmp.309 = icmp eq i32 %tmp.5.i575, 0 ; <i1> [#uses=1]
- br i1 %tmp.309, label %UnifiedReturnBlock, label %then.17
-
-then.17: ; preds = %clock_Init.exit
- store %struct._IO_FILE* null, %struct._IO_FILE** @ia_in
- %savedstack = call i8* @llvm.stacksave( ) ; <i8*> [#uses=0]
- ret void
-
-UnifiedReturnBlock: ; preds = %clock_Init.exit
- ret void
-}
-
-declare i8* @llvm.stacksave()