From 84b7df43fb098268f6ce37a3e32bcc2f455ecf96 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 May 2008 01:32:53 +0000 Subject: Remove uses of llvm/System/IncludeFile.h that are no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/IntrinsicInst.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/VMCore/IntrinsicInst.cpp') diff --git a/lib/VMCore/IntrinsicInst.cpp b/lib/VMCore/IntrinsicInst.cpp index fb7a74b..94f5829 100644 --- a/lib/VMCore/IntrinsicInst.cpp +++ b/lib/VMCore/IntrinsicInst.cpp @@ -74,7 +74,3 @@ std::string DbgStopPointInst::getDirectory() const { ConstantStruct *CS = cast(GV->getInitializer()); return CS->getOperand(4)->getStringValue(); } - -//===----------------------------------------------------------------------===// -/// Ensure that users of IntrinsicInst.h will link with this module. -DEFINING_FILE_FOR(IntrinsicInst) -- cgit v1.1