mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a nit sabre noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd6a6ed0a9
commit
70804d3e14
@ -293,7 +293,7 @@ public:
|
||||
SDOperand Old;
|
||||
SDOperand New;
|
||||
|
||||
TargetLoweringOpt::TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
|
||||
TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
|
||||
|
||||
bool CombineTo(SDOperand O, SDOperand N) {
|
||||
Old = O;
|
||||
|
Loading…
Reference in New Issue
Block a user