commit | 9e1657f79a7cf86a12be2c0a2b4ae4a2600266c6 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jun 14 23:30:43 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jun 14 23:30:43 2009 +0000 |
tree | 456afbf76527eaa49d51f3d4777dfa6df0787667 | |
parent | 27bd4cbfcc489efac9e54a015950f06b91b9a725 [diff] [blame] |
Fix old-style type names in comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73362 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 3249895..9af47f5 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp
@@ -112,7 +112,7 @@ if (MallocInst *MI = dyn_cast<MallocInst>(I)) { const Type *AllocTy = MI->getType()->getElementType(); - // malloc(type) becomes sbyte *malloc(size) + // malloc(type) becomes i8 *malloc(size) Value *MallocArg; if (LowerMallocArgToInteger) MallocArg = ConstantInt::get(Type::Int64Ty,