C++11 is required, remove some preprocessor checks for it
authorHal Finkel <hfinkel@anl.gov>
Mon, 28 Mar 2016 11:13:03 +0000 (11:13 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 28 Mar 2016 11:13:03 +0000 (11:13 +0000)
commit29f5131dafb80384874c30a2dd1fdd99638560e1
treea555ff402385099c53070a1352edbc60f9ac5b57
parent2f5d8ff14ab80b4596181ee4765f74fde740b0d6
C++11 is required, remove some preprocessor checks for it

We require C++11 to build, so remove a few remaining preprocessor checks for
'__cplusplus >= 201103L'. This should always be true.

llvm-svn: 264572
llvm/lib/Support/raw_ostream.cpp
llvm/lib/Transforms/Scalar/SROA.cpp