[llvm] r227516 - Remove unused header.
Eric Christopher
echristo at gmail.com
Thu Jan 29 15:46:39 PST 2015
Author: echristo
Date: Thu Jan 29 17:46:39 2015
New Revision: 227516
URL: http://llvm.org/viewvc/llvm-project?rev=227516&view=rev
Log:
Remove unused header.
Modified:
llvm/trunk/lib/Target/MSP430/MSP430MCInstLower.cpp
Modified: llvm/trunk/lib/Target/MSP430/MSP430MCInstLower.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/MSP430MCInstLower.cpp?rev=227516&r1=227515&r2=227516&view=diff
==============================================================================
--- llvm/trunk/lib/Target/MSP430/MSP430MCInstLower.cpp (original)
+++ llvm/trunk/lib/Target/MSP430/MSP430MCInstLower.cpp Thu Jan 29 17:46:39 2015
@@ -26,7 +26,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetSubtargetInfo.h"
using namespace llvm;
MCSymbol *MSP430MCInstLower::
More information about the llvm-commits
mailing list