mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
Fix function names in comments. Thanks Duncan!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -459,15 +459,15 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
const SCEV *getSizeOfExpr(const Type *AllocTy);
|
const SCEV *getSizeOfExpr(const Type *AllocTy);
|
||||||
|
|
||||||
/// getSizeOfExpr - Return an expression for alignof on the given type.
|
/// getAlignOfExpr - Return an expression for alignof on the given type.
|
||||||
///
|
///
|
||||||
const SCEV *getAlignOfExpr(const Type *AllocTy);
|
const SCEV *getAlignOfExpr(const Type *AllocTy);
|
||||||
|
|
||||||
/// getSizeOfExpr - Return an expression for offsetof on the given field.
|
/// getOffsetOfExpr - Return an expression for offsetof on the given field.
|
||||||
///
|
///
|
||||||
const SCEV *getOffsetOfExpr(const StructType *STy, unsigned FieldNo);
|
const SCEV *getOffsetOfExpr(const StructType *STy, unsigned FieldNo);
|
||||||
|
|
||||||
/// getSizeOfExpr - Return an expression for offsetof on the given field.
|
/// getOffsetOfExpr - Return an expression for offsetof on the given field.
|
||||||
///
|
///
|
||||||
const SCEV *getOffsetOfExpr(const Type *CTy, Constant *FieldNo);
|
const SCEV *getOffsetOfExpr(const Type *CTy, Constant *FieldNo);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user