From: Craig Topper Date: Sun, 19 Apr 2015 00:57:33 +0000 (+0000) Subject: Remove unnecessary include and probably a layering violation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fa7febee46cae37db7f04061c949e3f0de379fd;p=oota-llvm.git Remove unnecessary include and probably a layering violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp b/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp index 543af8e4e77..85ab2ef58f4 100644 --- a/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp +++ b/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp @@ -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"