summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJustin Hibbits <jrh29@alumni.cwru.edu>2014-08-28 04:40:55 +0000
committerJustin Hibbits <jrh29@alumni.cwru.edu>2014-08-28 04:40:55 +0000
commit3476db4220c4d01d6b5be2ceb832b5f46b3ceb70 (patch)
tree1dbe609be23ec76bf079d219e75cba0b75c3b7cf /llvm/lib
parent39c81e281629886bfa491434e31516b2056d0985 (diff)
downloadbcm5719-llvm-3476db4220c4d01d6b5be2ceb832b5f46b3ceb70.tar.gz
bcm5719-llvm-3476db4220c4d01d6b5be2ceb832b5f46b3ceb70.zip
Test commit. Fix whitespace from a previous patch of mine.
llvm-svn: 216650
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index c45c6ffab68..54ca2469fad 100644
--- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@ -1433,7 +1433,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *N) {
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");
OpenPOWER on IntegriCloud