Skip to content
Commit cc7f008b authored by Fariborz Jahanian's avatar Fariborz Jahanian
Browse files

c++ IRGen. In trivial cases that object is going into static

storage and thus is implicitly zero-initialized, no need to
do C++11 memory model. This patch unconditionally detects
such condition and zeroinitializer's the variable.
Patch has been commented on and OKed by Doug off-line.
// rdar://12897704

llvm-svn: 172144
parent 098d7b76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment