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 | 8936d2bfbc6d91a1d212e0feadf789ef4faf51eb (patch) | |
| tree | 008401401e85efeff7157846391144dff7f20d56 /llvm/test/CodeGen/X86/inline-asm-q-regs.ll | |
| parent | ba23ca085f56006a82b84ce76beaa6edc7496d48 (diff) | |
| download | bcm5719-llvm-8936d2bfbc6d91a1d212e0feadf789ef4faf51eb.tar.gz bcm5719-llvm-8936d2bfbc6d91a1d212e0feadf789ef4faf51eb.zip | |
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.
llvm-svn: 133371
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-q-regs.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-q-regs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-q-regs.ll b/llvm/test/CodeGen/X86/inline-asm-q-regs.ll index ab44206f806..321fd30dbbf 100644 --- a/llvm/test/CodeGen/X86/inline-asm-q-regs.ll +++ b/llvm/test/CodeGen/X86/inline-asm-q-regs.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=x86-64 ; rdar://7066579 - type { i64, i64, i64, i64, i64 } ; type %0 + %0 = type { i64, i64, i64, i64, i64 } ; type %0 define void @t() nounwind { entry: |

