Files
llvm-6502/include/llvm
Bill Wendling 7c4ce30ea6 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155902 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-01 08:27:43 +00:00
..
2012-04-18 17:46:37 +00:00
2012-04-30 10:44:54 +00:00
2012-02-05 20:54:10 +00:00
2012-04-11 20:20:37 +00:00
2012-01-26 00:06:44 +00:00
2012-02-05 22:14:15 +00:00