]> granicus.if.org Git - llvm/commit
Fix & re-enable test that intermittently failed in debug mode.
authorMichael Platings <michael.platings@arm.com>
Thu, 7 Mar 2019 11:55:26 +0000 (11:55 +0000)
committerMichael Platings <michael.platings@arm.com>
Thu, 7 Mar 2019 11:55:26 +0000 (11:55 +0000)
commit81cf489ba884fb01efbb22f4bbb7662122259243
tree3f1679b64e25b82837d052417252ced2986af6ee
parente44e91e1f0f1952ff6f3e2e82acdf918491535de
Fix & re-enable test that intermittently failed in debug mode.

The Value class and derivates will have uninitialized member variables if not created via operator new.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355590 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/IR/ConstantsTest.cpp