summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/IntrinsicLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-28 21:23:38 +0000
committerChris Lattner <sabre@nondot.org>2003-12-28 21:23:38 +0000
commitf70e0c216c074bd2ae2b08178f5512849545db4e (patch)
treeecfce5ac045e092db18b62c4cc5f4903749e9e45 /include/llvm/CodeGen/IntrinsicLowering.h
parent27490a6fcc8e24be0ee4ddfcdbdf7e9da9e5af41 (diff)
downloadllvm-f70e0c216c074bd2ae2b08178f5512849545db4e.tar.gz
llvm-f70e0c216c074bd2ae2b08178f5512849545db4e.tar.bz2
llvm-f70e0c216c074bd2ae2b08178f5512849545db4e.tar.xz
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
implementation from the TargetMachine directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/IntrinsicLowering.h')
-rw-r--r--include/llvm/CodeGen/IntrinsicLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/IntrinsicLowering.h b/include/llvm/CodeGen/IntrinsicLowering.h
index 7f0cd81ca6..19ccb61b47 100644
--- a/include/llvm/CodeGen/IntrinsicLowering.h
+++ b/include/llvm/CodeGen/IntrinsicLowering.h
@@ -33,6 +33,8 @@
#ifndef LLVM_INTRINSICLOWERING_H
#define LLVM_INTRINSICLOWERING_H
+#include "llvm/Intrinsics.h"
+
namespace llvm {
class CallInst;