Mercurial > hg > CbC > CbC_llvm
view test/MC/AsmParser/variables.s @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: llvm-mc -triple i386-unknown-unknown %s .data t0_v0 = 1 t0_v1 = t0_v0 .if t0_v1 != 1 .abort "invalid value" .endif t1_v0 = 1 t1_v1 = t0_v0 t1_v0 = 2 .if t0_v1 != 1 .abort "invalid value" .endif