]> granicus.if.org Git - clang/commit
Change APInt to APSInt in one instance. Also change a call to operator==() to
authorRichard Trieu <rtrieu@google.com>
Mon, 23 Jul 2012 20:21:35 +0000 (20:21 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 23 Jul 2012 20:21:35 +0000 (20:21 +0000)
commite1ecdc168175719d74e112bcacd4aae5e12d4631
tree3310709a9c9427a4c5677b77b3200ed83c8cd96e
parentf919985b6e3be23ec840f2c9d35bdf49890fe545
Change APInt to APSInt in one instance.  Also change a call to operator==() to
APSInt::isSameValue() when comparing different sized APSInt's.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160641 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaChecking.cpp