mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Fix wrong comment. Null is not acceptable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
903f26d904
commit
04b0bcf7b1
@ -568,7 +568,7 @@ public:
|
||||
Instruction::CastOps Opcode, ///< Opcode of cast
|
||||
Type *SrcTy, ///< SrcTy of cast
|
||||
Type *DstTy, ///< DstTy of cast
|
||||
Type *IntPtrTy ///< Integer type corresponding to Ptr types, or null
|
||||
Type *IntPtrTy ///< Integer type corresponding to Ptr types
|
||||
);
|
||||
|
||||
/// @brief Determine if this cast is a no-op cast.
|
||||
|
Loading…
Reference in New Issue
Block a user