[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp.cvs
Reid Spencer
reid at x10sys.com
Fri Jan 19 13:14:32 PST 2007
Changes in directory llvm/lib/AsmParser:
Lexer.cpp.cvs updated: 1.26 -> 1.27
---
Log message:
For PR1043: http://llvm.org/PR1043 :
This is the final patch for this PR. It implements some minor cleanup
in the use of IntegerType, to wit:
1. Type::getIntegerTypeMask -> IntegerType::getBitMask
2. Type::Int*Ty changed to IntegerType* from Type*
3. ConstantInt::getType() returns IntegerType* now, not Type*
This also fixes PR1120: http://llvm.org/PR1120 .
Patch by Sheng Zhou.
---
Diffs of the changes: (+1 -1)
Lexer.cpp.cvs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/AsmParser/Lexer.cpp.cvs
diff -u llvm/lib/AsmParser/Lexer.cpp.cvs:1.26 llvm/lib/AsmParser/Lexer.cpp.cvs:1.27
--- llvm/lib/AsmParser/Lexer.cpp.cvs:1.26 Fri Jan 12 23:00:46 2007
+++ llvm/lib/AsmParser/Lexer.cpp.cvs Fri Jan 19 15:13:56 2007
@@ -20,7 +20,7 @@
/* A lexical scanner generated by flex*/
/* Scanner skeleton version:
- * $Header: /var/cvs/llvm/llvm/lib/AsmParser/Lexer.cpp.cvs,v 1.26 2007/01/13 05:00:46 reid Exp $
+ * $Header: /var/cvs/llvm/llvm/lib/AsmParser/Lexer.cpp.cvs,v 1.27 2007/01/19 21:13:56 reid Exp $
*/
#define FLEX_SCANNER
More information about the llvm-commits
mailing list