use the newly introduced IRBuilder getInt() method to reduce some
commit97d5437f48f8d935bf053915ab3d250edfe5fad5
authorChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2011 20:53:45 +0000 (19 20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2011 20:53:45 +0000 (19 20:53 +0000)
treecf8dbcb6328de51e4c5eb4538dfe2f6a60007ee4
parent6b6b42aed07726178f61954ac6e51f47da00275c
use the newly introduced IRBuilder getInt() method to reduce some
redundancy pointed out by John.

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