Rename temporary symbols if they conflict with artificial symbols created
[oota-llvm.git] / test / MC / AsmParser / rename.s
1 // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3         .size bar, . - bar
4 .Ltmp0:
5        .size foo, .Ltmp0 - foo
6
7 // CHECK: .Ltmp0:
8 // CHECK: .size  bar, .Ltmp0-bar
9 // CHECK: .Ltmp01
10 // CHECK: .size foo, .Ltmp01-foo