summaryrefslogtreecommitdiff
path: root/lib/Target/X86
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-14 21:52:18 +0000
committerEric Christopher <echristo@gmail.com>2013-10-14 21:52:18 +0000
commite108345b571905109137c51f2db7b98fdf078e39 (patch)
tree691717af72da9b82f78e1d79b92321f59787aecd /lib/Target/X86
parent6c325c9133511c4aeec3d7490da164d824231201 (diff)
downloadllvm-e108345b571905109137c51f2db7b98fdf078e39.tar.gz
llvm-e108345b571905109137c51f2db7b98fdf078e39.tar.bz2
llvm-e108345b571905109137c51f2db7b98fdf078e39.tar.xz
Remove some extraneous whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86')
-rw-r--r--lib/Target/X86/X86InstrCompiler.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/X86InstrCompiler.td b/lib/Target/X86/X86InstrCompiler.td
index 8969946298..f62d68ce29 100644
--- a/lib/Target/X86/X86InstrCompiler.td
+++ b/lib/Target/X86/X86InstrCompiler.td
@@ -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...