[llvm] r220617 - Unbreak the build.

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 25 11:20:17 PDT 2014


Author: d0k
Date: Sat Oct 25 13:20:17 2014
New Revision: 220617

URL: http://llvm.org/viewvc/llvm-project?rev=220617&view=rev
Log:
Unbreak the build.

Modified:
    llvm/trunk/include/llvm/IR/PatternMatch.h

Modified: llvm/trunk/include/llvm/IR/PatternMatch.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/PatternMatch.h?rev=220617&r1=220616&r2=220617&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/PatternMatch.h (original)
+++ llvm/trunk/include/llvm/IR/PatternMatch.h Sat Oct 25 13:20:17 2014
@@ -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 {





More information about the llvm-commits mailing list