summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:45:52 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:45:52 +0000
commit30b20ebdd3a41e103c6aa35849a33ed299332bc9 (patch)
treed198a45da1db662ce7024d2d34c74c1215f95244 /lib/Object/MachOObjectFile.cpp
parent3a129c85920404e7ccdb7e655c89fa60a0309cfd (diff)
downloadllvm-30b20ebdd3a41e103c6aa35849a33ed299332bc9.tar.gz
llvm-30b20ebdd3a41e103c6aa35849a33ed299332bc9.tar.bz2
llvm-30b20ebdd3a41e103c6aa35849a33ed299332bc9.tar.xz
Cosmetic changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Object/MachOObjectFile.cpp')
-rw-r--r--lib/Object/MachOObjectFile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Object/MachOObjectFile.cpp b/lib/Object/MachOObjectFile.cpp
index ed9449c50d..55bac7cbdf 100644
--- a/lib/Object/MachOObjectFile.cpp
+++ b/lib/Object/MachOObjectFile.cpp
@@ -581,14 +581,14 @@ error_code MachOObjectFile::isSectionBSS(DataRefImpl DRI,
error_code MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec,
bool &Result) const {
- // FIXME: Unimplemented
+ // FIXME: Unimplemented.
Result = true;
return object_error::success;
}
error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec,
- bool &Result) const {
- // FIXME: Unimplemented
+ bool &Result) const {
+ // FIXME: Unimplemented.
Result = false;
return object_error::success;
}