summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-28 08:30:20 +0000
committerChris Lattner <sabre@nondot.org>2003-12-28 08:30:20 +0000
commit24650d2b5ebf30102bd730e737392352af89528d (patch)
treefa7b9b8fe86278e168e12ff43c64b8ed5d8ed6b5 /llvm/lib
parent6e7d2fa79cdaea8227c99c90002d99dc71c31a58 (diff)
downloadbcm5719-llvm-24650d2b5ebf30102bd730e737392352af89528d.tar.gz
bcm5719-llvm-24650d2b5ebf30102bd730e737392352af89528d.zip
Move into the VMCore library
llvm-svn: 10623
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/IntrinsicLowering.cpp (renamed from llvm/lib/CodeGen/IntrinsicLowering.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/IntrinsicLowering.cpp b/llvm/lib/VMCore/IntrinsicLowering.cpp
index b7b67d25857..31a904351d2 100644
--- a/llvm/lib/CodeGen/IntrinsicLowering.cpp
+++ b/llvm/lib/VMCore/IntrinsicLowering.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/CodeGen/IntrinsicLowering.h"
+#include "llvm/IntrinsicLowering.h"
#include "llvm/Constant.h"
#include "llvm/Intrinsics.h"
#include "llvm/Module.h"
OpenPOWER on IntegriCloud