]> granicus.if.org Git - clang/commit
Revert "[CodeGen] Fix crash when a function taking transparent union is redeclared."
authorVolodymyr Sapsai <vsapsai@apple.com>
Thu, 21 Dec 2017 20:52:59 +0000 (20:52 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Thu, 21 Dec 2017 20:52:59 +0000 (20:52 +0000)
commitc98d5adb4e64815effa4855a3804cc1a9a7d2958
tree981a8637af50bc26cffee333bcd73007a93d52b8
parent0cfb502ef74bf3e9444debaad649f928179136be
Revert "[CodeGen] Fix crash when a function taking transparent union is redeclared."

This reverts commit r321296. It caused performance regressions
FAIL: imp.execution_time
FAIL: 2007-01-04-KNR-Args.execution_time
FAIL: sse_expandfft.execution_time
FAIL: sse_stepfft.execution_time

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321306 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/kr-func-promote.c
test/CodeGen/transparent-union-redecl.c [deleted file]
test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance-vtordisps.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
test/Sema/transparent-union.c