OSDN Git Service

For PR780:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 20:00:19 +0000 (20:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 20:00:19 +0000 (20:00 +0000)
commit6df60a9effe4d20a48cfd9d105c0ab3c5dc3e690
treed5e3f627411a59fbe751d3208a73c0ab053baee8
parent19fd7ef7300616aa245e15e73b435c9bd0c83de3
For PR780:
Break the "IncludeFile" mechanism into its own header file and adjust other
files accordingly. Use this facility for the IntrinsicInst problem which
was the subject of PR800.
More to follow on this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28709 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasAnalysis.h
include/llvm/IntrinsicInst.h
include/llvm/LinkAllVMCore.h [new file with mode: 0644]
include/llvm/PassSupport.h
include/llvm/Support/IncludeFile.h [new file with mode: 0644]
include/llvm/System/IncludeFile.h [new file with mode: 0644]
lib/Analysis/AliasAnalysis.cpp
lib/Support/IncludeFile.cpp [new file with mode: 0644]
lib/System/IncludeFile.cpp [new file with mode: 0644]
lib/VMCore/IntrinsicInst.cpp
lib/VMCore/Pass.cpp