aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-08 10:29:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-08 10:29:03 +0000
commit35741ad5180ded4c272594dd52b96c1ccd20e33e (patch)
tree49d2c96b4d37bda2813b84e6bbd1ebab8ffa4f94 /lib/Target/Sparc
parent38aceb871478893bfa87f94c2cb3a344a4c8c2df (diff)
downloadexternal_llvm-35741ad5180ded4c272594dd52b96c1ccd20e33e.zip
external_llvm-35741ad5180ded4c272594dd52b96c1ccd20e33e.tar.gz
external_llvm-35741ad5180ded4c272594dd52b96c1ccd20e33e.tar.bz2
Prune trailing linefeeds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r--lib/Target/Sparc/SparcJITInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcJITInfo.cpp b/lib/Target/Sparc/SparcJITInfo.cpp
index faeabcc..abac427 100644
--- a/lib/Target/Sparc/SparcJITInfo.cpp
+++ b/lib/Target/Sparc/SparcJITInfo.cpp
@@ -164,5 +164,3 @@ void SparcJITInfo::relocate(void *Function, MachineRelocation *MR,
*((unsigned*) RelocPos) |= (unsigned) ResultPtr;
}
}
-
-