diff options
author | Chris Lattner <sabre@nondot.org> | 2011-06-19 00:03:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-06-19 00:03:46 +0000 |
commit | a53616d08be710d22fd804e90b22df023cfdc0f9 (patch) | |
tree | aae58c7b8a23a78698bb99b0e6dc405eeb4e0dd3 /test/CodeGen/Blackfin/add-overflow.ll | |
parent | edcaca8e4177b89a180862bcf779b498e9fe2d4c (diff) |
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/CodeGen/Blackfin/add-overflow.ll')
-rw-r--r-- | test/CodeGen/Blackfin/add-overflow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Blackfin/add-overflow.ll b/test/CodeGen/Blackfin/add-overflow.ll index e982e437d6..8dcf3f84e9 100644 --- a/test/CodeGen/Blackfin/add-overflow.ll +++ b/test/CodeGen/Blackfin/add-overflow.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=bfin -verify-machineinstrs > %t - type { i24, i1 } ; type %0 + %0 = type { i24, i1 } ; type %0 define i1 @func2(i24 zeroext %v1, i24 zeroext %v2) nounwind { entry: |