mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Update comments to include addrspacecast
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e44dbb0ef
commit
e51c7372b3
@ -459,7 +459,7 @@ public:
|
||||
BasicBlock *InsertAtEnd ///< The block to insert the instruction into
|
||||
);
|
||||
|
||||
/// @brief Create a BitCast or a PtrToInt cast instruction
|
||||
/// @brief Create a BitCast AddrSpaceCast, or a PtrToInt cast instruction.
|
||||
static CastInst *CreatePointerCast(
|
||||
Value *S, ///< The pointer value to be casted (operand 0)
|
||||
Type *Ty, ///< The type to which operand is casted
|
||||
@ -467,7 +467,7 @@ public:
|
||||
BasicBlock *InsertAtEnd ///< The block to insert the instruction into
|
||||
);
|
||||
|
||||
/// @brief Create a BitCast or a PtrToInt cast instruction
|
||||
/// @brief Create a BitCast, AddrSpaceCast or a PtrToInt cast instruction.
|
||||
static CastInst *CreatePointerCast(
|
||||
Value *S, ///< The pointer value to be casted (operand 0)
|
||||
Type *Ty, ///< The type to which cast should be made
|
||||
|
Loading…
Reference in New Issue
Block a user