Revision: 128805
Author: clattner
Date: 2007-06-25 10:36:34 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
remove a bogus change.
Modified Paths:
--------------
apple-local/branches/llvm/gcc/c-lex.c
Modified: apple-local/branches/llvm/gcc/c-lex.c
===================================================================
--- apple-local/branches/llvm/gcc/c-lex.c 2007-06-25 17:24:27 UTC (rev
128804)
+++ apple-local/branches/llvm/gcc/c-lex.c 2007-06-25 17:36:34 UTC (rev
128805)
@@ -825,8 +825,6 @@
static cpp_num
my_cpp_num_sign_extend (cpp_num num, size_t precision)
{
- if (num.high)
- printf("%lu\n", (long unsigned int) num.high);
if (!num.unsignedp)
{
if (precision > PART_PRECISION)
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits