mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 00:43:48 +00:00
don't copy TargetLowering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb358b63a7
commit
7988aff079
@ -31,7 +31,7 @@ class VISIBILITY_HIDDEN PIC16DAGToDAGISel : public SelectionDAGISel {
|
||||
|
||||
/// PIC16Lowering - This object fully describes how to lower LLVM code to an
|
||||
/// PIC16-specific SelectionDAG.
|
||||
PIC16TargetLowering PIC16Lowering;
|
||||
PIC16TargetLowering &PIC16Lowering;
|
||||
|
||||
public:
|
||||
explicit PIC16DAGToDAGISel(PIC16TargetMachine &tm) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user