view test/MC/AsmParser/rename.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
line wrap: on
line source

// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

        .size bar, . - bar
.Ltmp01:
       .size foo, .Ltmp01 - foo
.Ltmp0:
       .size qux, .Ltmp0 - qux

// CHECK: .Ltmp0:
// CHECK: .size  bar, .Ltmp0-bar
// CHECK: .Ltmp01
// CHECK: .size foo, .Ltmp01-foo
// CHECK: .Ltmp00
// CHECK: .size qux, .Ltmp00-qux