aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachOWriter.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2007-02-28 09:16:38 +0000
committerNate Begeman <natebegeman@mac.com>2007-02-28 09:16:38 +0000
commita0a6278c7cf6dc7338e38d36e6ab4a96b688e46e (patch)
treed284ed4c91ab5474c1a7cb4831faefb701e69bd1 /lib/CodeGen/MachOWriter.cpp
parentfec910c3b9ba5790e5a627e1801fce25fbdddbaa (diff)
downloadexternal_llvm-a0a6278c7cf6dc7338e38d36e6ab4a96b688e46e.zip
external_llvm-a0a6278c7cf6dc7338e38d36e6ab4a96b688e46e.tar.gz
external_llvm-a0a6278c7cf6dc7338e38d36e6ab4a96b688e46e.tar.bz2
Fix a typo, thanks Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachOWriter.cpp')
-rw-r--r--lib/CodeGen/MachOWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachOWriter.cpp b/lib/CodeGen/MachOWriter.cpp
index de81e5f..981113b 100644
--- a/lib/CodeGen/MachOWriter.cpp
+++ b/lib/CodeGen/MachOWriter.cpp
@@ -107,7 +107,7 @@ namespace llvm {
virtual intptr_t getConstantPoolEntryAddress(unsigned Index) const {
assert(CPLocations.size() > Index && "CP not emitted!");
- return CPLocations[Index];\
+ return CPLocations[Index];
}
virtual intptr_t getJumpTableEntryAddress(unsigned Index) const {
assert(JTLocations.size() > Index && "JT not emitted!");