diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-05-31 01:40:30 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-05-31 01:40:30 +0000 |
| commit | fc3d80bda15098c48fb615662d5fc42a9b390c28 (patch) | |
| tree | 96a3b4aeef8d4276f0448f4f638b84785d0c7b78 | |
| parent | 1c333d071f2623a456c048cfa20b8ef3ac142be1 (diff) | |
| download | bcm5719-llvm-fc3d80bda15098c48fb615662d5fc42a9b390c28.tar.gz bcm5719-llvm-fc3d80bda15098c48fb615662d5fc42a9b390c28.zip | |
Fix wrong comment. Null is not acceptable.
llvm-svn: 182979
| -rw-r--r-- | llvm/include/llvm/IR/InstrTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/InstrTypes.h b/llvm/include/llvm/IR/InstrTypes.h index 3e6903cb52d..f50c28a5fc2 100644 --- a/llvm/include/llvm/IR/InstrTypes.h +++ b/llvm/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. |

