]> granicus.if.org Git - clang/commit
Pass a value for the isSigned parameter of CreateIntCast, rather than
authorDuncan Sands <baldrick@free.fr>
Mon, 16 Nov 2009 13:11:21 +0000 (13:11 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 16 Nov 2009 13:11:21 +0000 (13:11 +0000)
commiteac73e5b3eb3862945bcaa2770c71a727a3ee542
treebb08156485f462aeb5ad1639a0b391e7a4f1c8c7
parentc849c052d6b4b70f2651c1969531861a5f230053
Pass a value for the isSigned parameter of CreateIntCast, rather than
passing the name (an exotic way of specifying that the result is signed!).

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