]> granicus.if.org Git - clang/commit
Revert r234581, it might have caused a few miscompiles in Chromium.
authorNico Weber <nicolasweber@gmx.de>
Sat, 11 Apr 2015 23:51:38 +0000 (23:51 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 11 Apr 2015 23:51:38 +0000 (23:51 +0000)
commitbc83d9f70fc57f147103e298e07a9c89464cc137
treeeb021ce586cbacded2e9eb4cfcab6f522cf17cf5
parentdc54701c1f092eb688feee78d50a0bfad557636c
Revert r234581, it might have caused a few miscompiles in Chromium.

If the revert helps, I'll get a repro this Monday.  Else I'll put the change
back in.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234700 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGCleanup.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/EHScopeStack.h
test/CodeGen/cleanup-destslot-simple.c [deleted file]
test/CodeGen/lifetime-debuginfo-1.c [deleted file]
test/CodeGen/lifetime-debuginfo-2.c [deleted file]
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-bridged-cast.m
test/CodeGenObjC/arc-literals.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-ternary-op.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/exceptions.m
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-references.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/literals.mm