commit | 113f4f4609335e1241b2a3b1bab70b470f322148 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:24 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:24 2002 +0000 |
tree | 22aad567b22fa1564ca74d2a0c4582df4f6d2e81 | |
parent | 7076ff29ed02c3472e82575594386739a4bb3e34 [diff] [blame] |
MEGAPATCH checkin. For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
diff --git a/llvm/lib/AsmParser/Parser.cpp b/llvm/lib/AsmParser/Parser.cpp index 19632dd..7af3133 100644 --- a/llvm/lib/AsmParser/Parser.cpp +++ b/llvm/lib/AsmParser/Parser.cpp
@@ -34,7 +34,7 @@ fclose(F); if (Result) { // Check to see that it is valid... - if (verifyModule(Result)) { + if (verifyModule(*Result)) { delete Result; throw ParseException(Filename, "Source file is not well formed LLVM!"); }