[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / upgrade-objcretainrelease-asm.ll
blobe6a99dde72e0e3d093e73aecd6fe8cfebb86c5a5
1 ; Test that comment token for objc retain release is upgraded from '#' to ';'
3 ; RUN: llvm-dis < %s.bc | FileCheck %s
5 define void @inlineasm() {
6   call void asm sideeffect "mov\09fp, fp\09\09# marker for objc_retainAutoreleaseReturnValue", ""()
7   ;CHECK: call void asm sideeffect "mov\09fp, fp\09\09; marker for objc_retainAutoreleaseReturnValue", ""()
8   ret void