diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-07-20 21:38:26 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-07-20 21:38:26 +0000 |
commit | ecc2da8efdc07cf01163b7ab6db1f6dc2f134b67 (patch) | |
tree | d47b246b17d7365fd0bc0b42bf9760f7d7f26f06 /lib/CodeGen/MachOWriter.cpp | |
parent | 4cef584860acbde1d71157564e0d5f6f935b38a6 (diff) |
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.cpp | 1 |
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 - |