Make a test use a specific C++ dialect
authorPaul Robinson <paul.robinson@sony.com>
Tue, 20 Dec 2016 22:30:44 +0000 (22:30 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 20 Dec 2016 22:30:44 +0000 (22:30 +0000)
commitbd463120aba8c188c11aef17325876957b41bb7a
tree536fff1f6c80391e143ec3e7f9d3a4db855ebefd
parenta4549879a5a7cb0c289db26e50a6720b390172c8
Make a test use a specific C++ dialect

In stack-reuse-miscompile.cpp, the allocas for the temps come out in
a different order depending on whether the dialect is C++03 or
C++11. Specify C++03 explicitly to avoid depending on the default.

Differential Revision: http://reviews.llvm.org/D27956

llvm-svn: 290208
clang/test/CodeGenCXX/stack-reuse-miscompile.cpp