commit | dcd5abc70c03fe7679363ab704da57478a948b85 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 02 16:30:51 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 02 16:30:51 2005 +0000 |
tree | 739ac57b2dda095f1205f59adc04eaa5ce4afb5a | |
parent | 3cf8760dc5da876ce8050bc8af435474fb663c66 [diff] [blame] |
silence a bogus warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23595 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 3a75d07..4b81c9a 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -1186,7 +1186,7 @@ } break; case ISD::CopyToReg: { - SDOperand FlagOp; + SDOperand FlagOp; FlagOp.ResNo = 0; if (Op.getNumOperands() == 4) { FlagOp = Op.getOperand(3); }