convert various IntrinsicInst's to use class instead of struct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92681 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-01-05 05:21:26 +00:00
parent 5f94af0f72
commit 43fd9017a6
3 changed files with 24 additions and 14 deletions

View File

@ -27,7 +27,7 @@ class PHINode;
class AllocaInst;
class ConstantExpr;
class TargetData;
struct DbgInfoIntrinsic;
class DbgInfoIntrinsic;
template<typename T> class SmallVectorImpl;