diff options
-rw-r--r-- | include/llvm/Constants.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 1cebb20151..ba0ace3f7a 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -691,9 +691,6 @@ public: // ConstantExpr class, because they will attempt to fold the constant // expression into something simpler if possible. - /// Cast constant expr - /// - /// getAlignOf constant expr - computes the alignment of a type in a target /// independent way (Note: the return type is an i64). static Constant *getAlignOf(const Type* Ty); |