summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-10 22:52:51 +0000
committerChris Lattner <sabre@nondot.org>2002-09-10 22:52:51 +0000
commite8c927f71aef081649db7fa354bad49a051d18a9 (patch)
tree75b8a05ab258261863f802433a416957262d191c /llvm/lib/Transforms
parentdb3f9bc948208510895c76bde1490a7660b4f845 (diff)
downloadbcm5719-llvm-e8c927f71aef081649db7fa354bad49a051d18a9.tar.gz
bcm5719-llvm-e8c927f71aef081649db7fa354bad49a051d18a9.zip
Fix minor problems in previous checkin
llvm-svn: 3669
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/ExprTypeConvert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/ExprTypeConvert.cpp b/llvm/lib/Transforms/ExprTypeConvert.cpp
index f657b03ec57..ab56c5270db 100644
--- a/llvm/lib/Transforms/ExprTypeConvert.cpp
+++ b/llvm/lib/Transforms/ExprTypeConvert.cpp
@@ -125,7 +125,7 @@ static Instruction *ConvertMallocToType(MallocInst *MI, const Type *Ty,
}
assert(AllocTy == Ty);
- return = new MallocInst(AllocTy, Expr.Var, Name);
+ return new MallocInst(AllocTy, Expr.Var, Name);
}
OpenPOWER on IntegriCloud