Fix wrong comment. Null is not acceptable.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 31 May 2013 01:40:30 +0000 (01:40 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 31 May 2013 01:40:30 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182979 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/InstrTypes.h

index 3e6903cb52d759d179321093fef2bed6c9efacf0..f50c28a5fc2676dd62cd441e4b343b47630180f8 100644 (file)
@@ -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.