[llvm] r216650 - Test commit. Fix whitespace from a previous patch of mine.
Justin Hibbits
jrh29 at alumni.cwru.edu
Wed Aug 27 21:40:55 PDT 2014
Author: jhibbits
Date: Wed Aug 27 23:40:55 2014
New Revision: 216650
URL: http://llvm.org/viewvc/llvm-project?rev=216650&view=rev
Log:
Test commit. Fix whitespace from a previous patch of mine.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp?rev=216650&r1=216649&r2=216650&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp Wed Aug 27 23:40:55 2014
@@ -1433,7 +1433,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *
SDValue GA = N->getOperand(0);
return CurDAG->getMachineNode(PPC::LWZtoc, dl, MVT::i32, GA,
N->getOperand(1));
- }
+ }
assert (PPCSubTarget->isPPC64() &&
"Only supported for 64-bit ABI and 32-bit SVR4");
More information about the llvm-commits
mailing list