Print i32/i64 integer constants as 1u instead of ((unsigned int)1).
authorChris Lattner <sabre@nondot.org>
Sun, 2 Mar 2008 03:16:38 +0000 (03:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Mar 2008 03:16:38 +0000 (03:16 +0000)
commitc8b6d339d799654f690da35a553e95f309b3427a
tree4a2ff7bd9a40f5be33524842d6dbdb8b34d4e4e9
parenta11deb0392d947773a029741172955f5ba8848c0
Print i32/i64 integer constants as 1u instead of ((unsigned int)1).
Use dyn_cast better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47804 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp