summaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/InstrTypes.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-05-31 01:40:30 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-05-31 01:40:30 +0000
commit04b0bcf7b1410fcd125434938555ee41af03dc28 (patch)
tree84f33cada4060408e128d4f7a554bf439823bc39 /include/llvm/IR/InstrTypes.h
parent903f26d904cb7eba9b57ed85b2dc6147a8811bd7 (diff)
downloadexternal_llvm-04b0bcf7b1410fcd125434938555ee41af03dc28.zip
external_llvm-04b0bcf7b1410fcd125434938555ee41af03dc28.tar.gz
external_llvm-04b0bcf7b1410fcd125434938555ee41af03dc28.tar.bz2
Fix wrong comment. Null is not acceptable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/InstrTypes.h')
-rw-r--r--include/llvm/IR/InstrTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/InstrTypes.h b/include/llvm/IR/InstrTypes.h
index 3e6903c..f50c28a 100644
--- a/include/llvm/IR/InstrTypes.h
+++ b/include/llvm/IR/InstrTypes.h
@@ -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.