projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41db812
)
Test commit. Fix whitespace from a previous patch of mine.
author
Justin Hibbits
<jrh29@alumni.cwru.edu>
Thu, 28 Aug 2014 04:40:55 +0000
(
04:40
+0000)
committer
Justin Hibbits
<jrh29@alumni.cwru.edu>
Thu, 28 Aug 2014 04:40:55 +0000
(
04:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216650
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index c45c6ffab689029dc58a557e223c7ec58e0a2ca6..54ca2469fad9bc50fff643d4a1b51f5ba8f26c98 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/
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");