summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-20 21:38:26 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-20 21:38:26 +0000
commitecc2da8efdc07cf01163b7ab6db1f6dc2f134b67 (patch)
treed47b246b17d7365fd0bc0b42bf9760f7d7f26f06 /lib/CodeGen/MachOWriter.cpp
parent4cef584860acbde1d71157564e0d5f6f935b38a6 (diff)
downloadllvm-ecc2da8efdc07cf01163b7ab6db1f6dc2f134b67.tar.gz
llvm-ecc2da8efdc07cf01163b7ab6db1f6dc2f134b67.tar.bz2
llvm-ecc2da8efdc07cf01163b7ab6db1f6dc2f134b67.tar.xz
Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans can understand it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachOWriter.cpp')
-rw-r--r--lib/CodeGen/MachOWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachOWriter.cpp b/lib/CodeGen/MachOWriter.cpp
index 4e24c7c2bb..a6a439a226 100644
--- a/lib/CodeGen/MachOWriter.cpp
+++ b/lib/CodeGen/MachOWriter.cpp
@@ -774,4 +774,3 @@ MachOSym::MachOSym(const GlobalValue *gv, std::string name, uint8_t sect,
}
} // end namespace llvm
-