commit | 6e8f4c404825b79f9b9176483653f1aa927dfbde | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Fri Dec 24 04:28:06 2010 +0000 |
committer | Andrew Trick <atrick@apple.com> | Fri Dec 24 04:28:06 2010 +0000 |
tree | 4a5837073327bcc312eb18562400aba20481609f | |
parent | ef485d86585123b5e31a7f88aef22725ebd07e7a [diff] [blame] |
whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122539 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMISelDAGToDAG.cpp b/lib/Target/ARM/ARMISelDAGToDAG.cpp index de8e411..b19cdc1 100644 --- a/lib/Target/ARM/ARMISelDAGToDAG.cpp +++ b/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -2039,7 +2039,7 @@ SDValue Ops[] = { FalseVal, True, CC, CCR, InFlag }; return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5); } - + return 0; }