summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-10 19:47:21 +0000
committerDan Gohman <gohman@apple.com>2010-05-10 19:47:21 +0000
commitdbc56bbf755ea553e33a79ac51e0ed5dda6eb59a (patch)
tree0c8e56ea474434a255f9874446f0ce20187aa837 /include
parentaad753bbbd98c952f7e65246af2faf5c7d5a850b (diff)
downloadllvm-dbc56bbf755ea553e33a79ac51e0ed5dda6eb59a.tar.gz
llvm-dbc56bbf755ea553e33a79ac51e0ed5dda6eb59a.tar.bz2
llvm-dbc56bbf755ea553e33a79ac51e0ed5dda6eb59a.tar.xz
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Constants.h3
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);