[llvm-commits] [128805] remove a bogus change.
clattner at apple.com
clattner at apple.com
Mon Jun 25 10:36:35 PDT 2007
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)
More information about the llvm-commits
mailing list