mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Remove some extraneous whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c325c9133
commit
e108345b57
@ -917,8 +917,6 @@ def : Pat<(store (i32 (X86Wrapper texternalsym:$src)), addr:$dst),
|
||||
def : Pat<(store (i32 (X86Wrapper tblockaddress:$src)), addr:$dst),
|
||||
(MOV32mi addr:$dst, tblockaddress:$src)>;
|
||||
|
||||
|
||||
|
||||
// ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
|
||||
// code model mode, should use 'movabs'. FIXME: This is really a hack, the
|
||||
// 'movabs' predicate should handle this sort of thing.
|
||||
@ -966,8 +964,6 @@ def : Pat<(store (i64 (X86Wrapper tblockaddress:$src)), addr:$dst),
|
||||
(MOV64mi32 addr:$dst, tblockaddress:$src)>,
|
||||
Requires<[NearData, IsStatic]>;
|
||||
|
||||
|
||||
|
||||
// Calls
|
||||
|
||||
// tls has some funny stuff here...
|
||||
|
Loading…
x
Reference in New Issue
Block a user