summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsLongBranch.cpp
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2013-01-19 02:00:40 +0000
committerJack Carter <jcarter@mips.com>2013-01-19 02:00:40 +0000
commite11dda8631f1e65417971ee0c2f7a661fc7d0fd7 (patch)
tree8639124533290ba66f23d2edc4b0e9e298325a84 /lib/Target/Mips/MipsLongBranch.cpp
parent065db2347f4df7a92f18221bd7288ebcd4c38c35 (diff)
downloadllvm-e11dda8631f1e65417971ee0c2f7a661fc7d0fd7.tar.gz
llvm-e11dda8631f1e65417971ee0c2f7a661fc7d0fd7.tar.bz2
llvm-e11dda8631f1e65417971ee0c2f7a661fc7d0fd7.tar.xz
This is a resubmittal. For some reason it broke the bots yesterday
but I cannot reproduce the problem and have scrubed my sources and even tested with llvm-lit -v --vg. Formatting fixes. Mostly long lines and blank spaces at end of lines. Contributer: Jack Carter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsLongBranch.cpp')
-rw-r--r--lib/Target/Mips/MipsLongBranch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsLongBranch.cpp b/lib/Target/Mips/MipsLongBranch.cpp
index 30f68b156e..2efe534053 100644
--- a/lib/Target/Mips/MipsLongBranch.cpp
+++ b/lib/Target/Mips/MipsLongBranch.cpp
@@ -10,10 +10,10 @@
// This pass expands a branch or jump instruction into a long branch if its
// offset is too large to fit into its immediate field.
//
-// FIXME:
-// 1. Fix pc-region jump instructions which cross 256MB segment boundaries.
+// FIXME:
+// 1. Fix pc-region jump instructions which cross 256MB segment boundaries.
// 2. If program has inline assembly statements whose size cannot be
-// determined accurately, load branch target addresses from the GOT.
+// determined accurately, load branch target addresses from the GOT.
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "mips-long-branch"