Mercurial > hg > CbC > CbC_llvm
view test/MC/AsmParser/macro-irpc.s @ 3:9ad51c7bc036
1st commit. remove git dir and add all files.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 May 2013 06:43:32 +0900 |
parents | |
children | 1172e4bd9c6f |
line wrap: on
line source
// RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s .irpc foo,123 .long \foo .endr // CHECK: long 1 // CHECK: long 2 // CHECK: long 3