[llvm] r235262 - Remove unnecessary include and probably a layering violation.

Craig Topper craig.topper at gmail.com
Sat Apr 18 17:57:34 PDT 2015


Author: ctopper
Date: Sat Apr 18 19:57:33 2015
New Revision: 235262

URL: http://llvm.org/viewvc/llvm-project?rev=235262&view=rev
Log:
Remove unnecessary include and probably a layering violation.

Modified:
    llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp

Modified: llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp?rev=235262&r1=235261&r2=235262&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp (original)
+++ llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp Sat Apr 18 19:57:33 2015
@@ -14,7 +14,6 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/Triple.h"
 #include "llvm/CodeGen/MachineValueType.h"
-#include "llvm/IR/Function.h"
 #include "llvm/MC/MCAsmInfo.h"
 #include "llvm/MC/MCContext.h"
 #include "llvm/MC/MCInst.h"





More information about the llvm-commits mailing list