Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
llvm-project
/
llvm
/
test
/
tools
/
llvm-ml
/
line_continuations.asm
blob: 1afee82c65b282dd8f3c01caac320f8a308e65a0 [
file
] [
log
] [
blame
]
;
RUN
:
llvm
-
ml
-
filetype
=
s
%
s
/
Fo
-
|
FileCheck
%
s
.
code
t1
:
mov eax
,
\
ebx
;
CHECK
:
t1
:
;
CHECK
-
NEXT
:
mov eax
,
ebx
t2
:
mov eax
,
[
ebx
+
\
1
]
;
CHECK
:
t2
:
;
CHECK
-
NEXT
:
mov eax
,
dword ptr
[
ebx
+
1
]
END