projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[X86] Fix imul alias for intel syntax
[oota-llvm.git]
/
test
/
MC
/
X86
/
fixup-cpu-mode.s
1
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
2
// RUN: llvm-objdump -d %t | FileCheck %s
3
4
//PR18303
5
.global edata
6
sub $edata, %r12 // CHECK: subq $0, %r12
7
.code32
8