mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
f0bf89b366
Older compiler issued '#' instead of ';' llvm-svn: 329248
7 lines
197 B
LLVM
7 lines
197 B
LLVM
; Test that comment token for objc retain release is upgraded from '#' to ';'
|
|
;
|
|
; RUN: llvm-dis < %s.bc | FileCheck %s
|
|
|
|
; CHECK: "mov\09fp, fp\09\09; marker for objc_retainAutoreleaseReturnValue"
|
|
|