X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FType.h;h=8e66ea86094888f52425e04fd5747b39a61966c9;hb=3e2d76c946ba753c2b11af192a52e25b6f9b46ff;hp=185258d8ff2afcd27d0b1d690d2d5f3fb4d7c6e0;hpb=27984e67f7958c83e69aa15859d29867c46097a9;p=oota-llvm.git diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 185258d8ff2..8e66ea86094 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -252,7 +252,7 @@ public: /// isSized - Return true if it makes sense to take the size of this type. To /// get the actual size for a particular target, it is reasonable to use the - /// TargetData subsystem to do this. + /// DataLayout subsystem to do this. /// bool isSized() const { // If it's a primitive, it is always sized. @@ -276,7 +276,7 @@ public: /// /// Note that this may not reflect the size of memory allocated for an /// instance of the type or the number of bytes that are written when an - /// instance of the type is stored to memory. The TargetData class provides + /// instance of the type is stored to memory. The DataLayout class provides /// additional query functions to provide this information. /// unsigned getPrimitiveSizeInBits() const;