Fix uninitialized read of CalleeWithThisReturn.
authorManman Ren <mren@apple.com>
Tue, 26 Mar 2013 18:29:15 +0000 (18:29 +0000)
committerManman Ren <mren@apple.com>
Tue, 26 Mar 2013 18:29:15 +0000 (18:29 +0000)
commita8540819dfbf51da44f5366177f730ad58823070
treeb9c3be009230b5f7a97d58c8336f256e89a56373
parenta89be91f2e1fe711d06d782d0a1c3d188ce3b7aa
Fix uninitialized read of CalleeWithThisReturn.

Initialize CalleeWithThisReturn to 0 in the constructor.
Also revert r170815 since checking CalleeWithThisReturn is faster.

PR15598

llvm-svn: 178053
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CodeGenFunction.cpp