summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-25 06:47:10 +0000
committerChris Lattner <sabre@nondot.org>2006-03-25 06:47:10 +0000
commit420736dc85c01702bb7bc40495f8a4be5e5f8a6c (patch)
tree8a3c3f84a78f97710233cd4c800490f13ce79392 /lib/Target/Alpha
parentb847423fc6653bc1fd0d1dde4f968502985d2c6a (diff)
downloadllvm-420736dc85c01702bb7bc40495f8a4be5e5f8a6c.tar.gz
llvm-420736dc85c01702bb7bc40495f8a4be5e5f8a6c.tar.bz2
llvm-420736dc85c01702bb7bc40495f8a4be5e5f8a6c.tar.xz
#include Intrinsics.h into all dag isels
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r--lib/Target/Alpha/AlphaISelDAGToDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
index 4c49fb9d0a..9a1add9753 100644
--- a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
+++ b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
@@ -25,6 +25,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Constants.h"
#include "llvm/GlobalValue.h"
+#include "llvm/Intrinsics.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>