Remove unused includes and out of date comment. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 17 Dec 2014 03:07:20 +0000 (03:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 17 Dec 2014 03:07:20 +0000 (03:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224413 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/TestingSupport.cpp
tools/llvm-cov/gcov.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-mc/Disassembler.cpp
tools/llvm-objdump/llvm-objdump.cpp

index 093525eb3dd866ba91fe494259717c6a2b0f7ba3..515d2bdc8e69434d74aff878ff50a15ef62b33c5 100644 (file)
@@ -27,7 +27,6 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Signals.h"
index 537f133c64762f66cc05fe8a1d607dfbf8c6e225..90ada1ba4706c43d7b0ed1140d93a4225ff686fd 100644 (file)
@@ -12,7 +12,6 @@
 #include "llvm/Support/LEB128.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include <system_error>
index 4c9195a44b14655d80e75b1f2c3a6ddc952cc112..12011cea7f26be5fba7b0786fca4abfefb8beaa8 100644 (file)
@@ -17,7 +17,6 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/GCOV.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
index 1c540c988421f6c783013d934e1ba38928e50a05..cff8216403b7c0aba8f026cfd21df5b8cc211d70 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/Support/Format.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/raw_ostream.h"
index 95d146a730d63df8f5a09c45384672ca6c008d49..5ffeffc07682319951c72cf4b2cf464e9ddc6a40 100644 (file)
@@ -36,7 +36,6 @@ static bool PrintInsts(const MCDisassembler &DisAsm,
                        SourceMgr &SM, raw_ostream &Out,
                        MCStreamer &Streamer, bool InAtomicBlock,
                        const MCSubtargetInfo &STI) {
-  // Wrap the vector in a MemoryObject.
   ArrayRef<uint8_t> Data(Bytes.first.data(), Bytes.first.size());
 
   // Disassemble it to strings.
index 7316a4f8725bb4e9692828b96103361653f054ba..284b334a9d207d76a6115f894bc7287f8c7cefce 100644 (file)
@@ -44,7 +44,6 @@
 #include "llvm/Support/Host.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/SourceMgr.h"