projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b492d
)
Unbreak the build.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sat, 25 Oct 2014 18:20:17 +0000
(18:20 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sat, 25 Oct 2014 18:20:17 +0000
(18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220617
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/PatternMatch.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/PatternMatch.h
b/include/llvm/IR/PatternMatch.h
index
f3d7843
..
4783062
100644
(file)
--- a/
include/llvm/IR/PatternMatch.h
+++ b/
include/llvm/IR/PatternMatch.h
@@
-32,6
+32,7
@@
#include "llvm/IR/CallSite.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Instructions.h"
+#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Operator.h"
namespace llvm {