summaryrefslogtreecommitdiff
path: root/test/Feature/weak_constant.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-19 00:03:46 +0000
committerChris Lattner <sabre@nondot.org>2011-06-19 00:03:46 +0000
commita53616d08be710d22fd804e90b22df023cfdc0f9 (patch)
treeaae58c7b8a23a78698bb99b0e6dc405eeb4e0dd3 /test/Feature/weak_constant.ll
parentedcaca8e4177b89a180862bcf779b498e9fe2d4c (diff)
downloadllvm-a53616d08be710d22fd804e90b22df023cfdc0f9.tar.gz
llvm-a53616d08be710d22fd804e90b22df023cfdc0f9.tar.bz2
llvm-a53616d08be710d22fd804e90b22df023cfdc0f9.tar.xz
Remove support for parsing the "type i32" syntax for defining a numbered
top level type without a specified number. This syntax isn't documented and blocks forward progress. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/weak_constant.ll')
-rw-r--r--test/Feature/weak_constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/weak_constant.ll b/test/Feature/weak_constant.ll
index 9025aaac79..fba7f12e1d 100644
--- a/test/Feature/weak_constant.ll
+++ b/test/Feature/weak_constant.ll
@@ -4,7 +4,7 @@
; RUN: grep 7 %t | count 1
; RUN: grep 9 %t | count 1
- type { i32, i32 } ; type %0
+ %0 = type { i32, i32 } ; type %0
@a = weak constant i32 undef ; <i32*> [#uses=1]
@b = weak constant i32 5 ; <i32*> [#uses=1]
@c = weak constant %0 { i32 7, i32 9 } ; <%0*> [#uses=1]