From a53616d08be710d22fd804e90b22df023cfdc0f9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Jun 2011 00:03:46 +0000 Subject: 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 --- test/Assembler/2002-04-04-PureVirtMethCall.ll | 6 ------ test/Assembler/2002-04-04-PureVirtMethCall2.ll | 5 ----- test/Assembler/2009-02-28-CastOpc.ll | 3 +-- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 test/Assembler/2002-04-04-PureVirtMethCall.ll delete mode 100644 test/Assembler/2002-04-04-PureVirtMethCall2.ll (limited to 'test/Assembler') diff --git a/test/Assembler/2002-04-04-PureVirtMethCall.ll b/test/Assembler/2002-04-04-PureVirtMethCall.ll deleted file mode 100644 index 29aed55a3a..0000000000 --- a/test/Assembler/2002-04-04-PureVirtMethCall.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llvm-as %s -o /dev/null - - type { { \2 *, \4 ** }, - { \2 *, \4 ** } - } - diff --git a/test/Assembler/2002-04-04-PureVirtMethCall2.ll b/test/Assembler/2002-04-04-PureVirtMethCall2.ll deleted file mode 100644 index a0968999a9..0000000000 --- a/test/Assembler/2002-04-04-PureVirtMethCall2.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: llvm-as %s -o /dev/null - -%t = type { { \2*, \2 }, - { \2*, \2 } - } diff --git a/test/Assembler/2009-02-28-CastOpc.ll b/test/Assembler/2009-02-28-CastOpc.ll index ee98d41bdf..60356439d5 100644 --- a/test/Assembler/2009-02-28-CastOpc.ll +++ b/test/Assembler/2009-02-28-CastOpc.ll @@ -1,8 +1,7 @@ ; RUN: llvm-as < %s | llvm-dis -type i32 define void @foo() { - bitcast %0* null to i32* + bitcast i32* null to i32* ret void } -- cgit v1.2.3