summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2016-11-11 02:01:32 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2016-11-11 02:01:32 +0000
commit55616f645a07d3dc3d9edbf50c06da74ab510627 (patch)
tree89fb28b0b90415c7fddb005c5c8824b66a74ee74 /include
parent58da39449b10a73f51d876795d88437041136d7b (diff)
[llvm] Remove duplicate header from PassInfo.h
Reviewers: mehdi_amini Differential Revision: https://reviews.llvm.org/D26533 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/PassInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/PassInfo.h b/include/llvm/PassInfo.h
index d13d51b94c6..21ade85b682 100644
--- a/include/llvm/PassInfo.h
+++ b/include/llvm/PassInfo.h
@@ -15,8 +15,6 @@
#include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/StringRef.h"
-
#include <cassert>
#include <vector>