aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Blackfin
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-09 16:57:10 +0000
committerChris Lattner <sabre@nondot.org>2011-07-09 16:57:10 +0000
commit5445ecdf6964bc270bb89d4a16a712e425b4a23c (patch)
tree07313e00d21889a9b3316d44b18148b9207fa438 /test/CodeGen/Blackfin
parentca5470c99d3f5d3b8c27c9bbbfe42a04f26ade5c (diff)
downloadexternal_llvm-5445ecdf6964bc270bb89d4a16a712e425b4a23c.zip
external_llvm-5445ecdf6964bc270bb89d4a16a712e425b4a23c.tar.gz
external_llvm-5445ecdf6964bc270bb89d4a16a712e425b4a23c.tar.bz2
more tests not making the jump into the brave new world.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Blackfin')
-rw-r--r--test/CodeGen/Blackfin/burg.ll19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/CodeGen/Blackfin/burg.ll b/test/CodeGen/Blackfin/burg.ll
deleted file mode 100644
index 8cc3713..0000000
--- a/test/CodeGen/Blackfin/burg.ll
+++ /dev/null
@@ -1,19 +0,0 @@
-; RUN: llc < %s -march=bfin -verify-machineinstrs > %t
-
- %IntList = type %struct.intlist*
- %ReadFn = type i32 ()*
- %YYSTYPE = type { %IntList }
- %struct.intlist = type { i32, %IntList }
-@yyval = external global %YYSTYPE ; <%YYSTYPE*> [#uses=1]
-
-define i32 @yyparse() {
-bb0:
- %reg254 = load i16* null ; <i16> [#uses=1]
- %reg254-idxcast = sext i16 %reg254 to i64 ; <i64> [#uses=1]
- %reg254-idxcast-scale = mul i64 %reg254-idxcast, -1 ; <i64> [#uses=1]
- %reg254-idxcast-scale-offset = add i64 %reg254-idxcast-scale, 1 ; <i64> [#uses=1]
- %reg261.idx1 = getelementptr %YYSTYPE* null, i64 %reg254-idxcast-scale-offset, i32 0 ; <%IntList*> [#uses=1]
- %reg261 = load %IntList* %reg261.idx1 ; <%IntList> [#uses=1]
- store %IntList %reg261, %IntList* getelementptr (%YYSTYPE* @yyval, i64 0, i32 0)
- unreachable
-}