llvm-6502/test/MC/AsmParser/pr11865.s
Rafael Espindola e71cc86ad1 Handle recursive variable definitions directly. This gives us better error
messages and allows us to fix PR11865.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149174 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-28 05:57:00 +00:00

7 lines
83 B
ArmAsm

// RUN: llvm-mc -triple i386-unknown-unknown %s
i:
.long g
g = h
h = i