Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / rename.s
blob934cee808bd984a29a9335daf26b21b917b3802c
1 // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
3 .size bar, . - bar
4 .Ltmp01:
5 .size foo, .Ltmp01 - foo
6 .Ltmp0:
7 .size qux, .Ltmp0 - qux
9 // CHECK: .Ltmp0:
10 // CHECK: .size bar, .Ltmp0-bar
11 // CHECK: .Ltmp01
12 // CHECK: .size foo, .Ltmp01-foo
13 // CHECK: .Ltmp02
14 // CHECK: .size qux, .Ltmp02-qux