diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-11-19 05:49:03 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-11-19 05:49:03 +0000 |
commit | 1eb8220aff18a095c180efb0f44e452eeca5f643 (patch) | |
tree | 42e46faa9b805e76045a0c85402d63d8508c376d /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 3c8c46efd7dea518102c028c11d6ac93c47a4128 (diff) | |
download | bcm5719-llvm-1eb8220aff18a095c180efb0f44e452eeca5f643.tar.gz bcm5719-llvm-1eb8220aff18a095c180efb0f44e452eeca5f643.zip |
Overhaul and separate nullptr_t tests to pass with C++03.
The standard requires that nullptr_t can be reinterpret_cast to an integral type
at least the size of nullptr_t. There is no way to emulate this conversion in
the C++03 nullptr_t implementation. The test for this conversion has been moved
to a new test and marked XFAIL with c++03.
This recommits what was originally r222296.
llvm-svn: 222318
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions