[llvm-commits] [llvm] r170319 - /llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h

Richard Osborne richard at xmos.com
Mon Dec 17 04:13:33 PST 2012


Author: friedgold
Date: Mon Dec 17 06:13:32 2012
New Revision: 170319

URL: http://llvm.org/viewvc/llvm-project?rev=170319&view=rev
Log:
Remove unnecessary include.

Modified:
    llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h

Modified: llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h?rev=170319&r1=170318&r2=170319&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h (original)
+++ llvm/trunk/lib/Target/XCore/XCoreMCInstLower.h Mon Dec 17 06:13:32 2012
@@ -9,7 +9,6 @@
 
 #ifndef XCOREMCINSTLOWER_H
 #define XCOREMCINSTLOWER_H
-#include "llvm/ADT/SmallVector.h"
 #include "llvm/CodeGen/MachineOperand.h"
 #include "llvm/Support/Compiler.h"
 





More information about the llvm-commits mailing list