summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-04-12 00:47:57 +0000
committerNate Begeman <natebegeman@mac.com>2008-04-12 00:47:57 +0000
commit7417348a7e01e8ec063e39a8d22e40b1767eebc6 (patch)
tree7819d432f1ffc35075ee9b5de2e410fa887ce357
parent4840515dff32015260bf7e4b11c661ad53609dbc (diff)
downloadbcm5719-llvm-7417348a7e01e8ec063e39a8d22e40b1767eebc6.tar.gz
bcm5719-llvm-7417348a7e01e8ec063e39a8d22e40b1767eebc6.zip
80 col fix
llvm-svn: 49569
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 3141af32c0c..1ac0519e798 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -2621,7 +2621,7 @@ def XCHG8 : I<0x86, Pseudo, (outs GR8:$dst), (ins i8mem:$ptr, GR8:$val),
// ConstantPool GlobalAddress, ExternalSymbol, and JumpTable
def : Pat<(i32 (X86Wrapper tconstpool :$dst)), (MOV32ri tconstpool :$dst)>;
def : Pat<(i32 (X86Wrapper tjumptable :$dst)), (MOV32ri tjumptable :$dst)>;
-def : Pat<(i32 (X86Wrapper tglobaltlsaddr:$dst)), (MOV32ri tglobaltlsaddr:$dst)>;
+def : Pat<(i32 (X86Wrapper tglobaltlsaddr:$dst)),(MOV32ri tglobaltlsaddr:$dst)>;
def : Pat<(i32 (X86Wrapper tglobaladdr :$dst)), (MOV32ri tglobaladdr :$dst)>;
def : Pat<(i32 (X86Wrapper texternalsym:$dst)), (MOV32ri texternalsym:$dst)>;
OpenPOWER on IntegriCloud