1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Rafael Espindola 82e15e4544 Handle recursive variable definitions directly. This gives us better error
messages and allows us to fix PR11865.

llvm-svn: 149174
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