summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugLoc.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:52 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:52 +0000
commitf05cb4374dc213a9ee1b259ead335aa8bc28a93b (patch)
treeb02c7cc0534dc3e4bd64ef3c09d9094816f96198 /llvm/lib/IR/DebugLoc.cpp
parenta44d5fe333c6f028ba8995d690c80fb8b86218cd (diff)
downloadbcm5719-llvm-f05cb4374dc213a9ee1b259ead335aa8bc28a93b.tar.gz
bcm5719-llvm-f05cb4374dc213a9ee1b259ead335aa8bc28a93b.zip
Remove redundant includes from lib/IR.
llvm-svn: 320622
Diffstat (limited to 'llvm/lib/IR/DebugLoc.cpp')
-rw-r--r--llvm/lib/IR/DebugLoc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugLoc.cpp b/llvm/lib/IR/DebugLoc.cpp
index 6297395b4c0..0a494119c3f 100644
--- a/llvm/lib/IR/DebugLoc.cpp
+++ b/llvm/lib/IR/DebugLoc.cpp
@@ -10,7 +10,6 @@
#include "llvm/IR/DebugLoc.h"
#include "LLVMContextImpl.h"
#include "llvm/IR/DebugInfo.h"
-#include "llvm/IR/IntrinsicInst.h"
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud