diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-10-14 21:52:18 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-10-14 21:52:18 +0000 | 
| commit | 584d71c6cbd59e3b4baa3901fee4fe4a279baf47 (patch) | |
| tree | 2364babe67c5ef75d680dc20bb9f9c234464b263 | |
| parent | c0f8ca0e74f85241aafa8291f207ceb7e5dfe22b (diff) | |
| download | bcm5719-llvm-584d71c6cbd59e3b4baa3901fee4fe4a279baf47.tar.gz bcm5719-llvm-584d71c6cbd59e3b4baa3901fee4fe4a279baf47.zip  | |
Remove some extraneous whitespace.
llvm-svn: 192629
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrCompiler.td | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86InstrCompiler.td b/llvm/lib/Target/X86/X86InstrCompiler.td index 89699462982..f62d68ce293 100644 --- a/llvm/lib/Target/X86/X86InstrCompiler.td +++ b/llvm/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...  | 

