diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-01 08:27:43 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-01 08:27:43 +0000 |
commit | b12f16e75ff8cb213bed9b48facd51aae5ebff73 (patch) | |
tree | 6a0b763188cd9c2cca88a9b26bf6242fe41b856b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | eb590aa9560b383823b4d992a1f03638a5246704 (diff) | |
download | llvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.zip llvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.tar.gz llvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.tar.bz2 |
Change the PassManager from a reference to a pointer.
The TargetPassManager's default constructor wants to initialize the PassManager
to 'null'. But it's illegal to bind a null reference to a null l-value. Make the
ivar a pointer instead.
PR12468
llvm-svn: 155902
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions