mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-04 18:38:05 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29d62bebd9
commit
f0e856077c
@ -788,7 +788,7 @@ void CppWriter::printConstant(const Constant *CV) {
|
|||||||
<< " = ConstantExpr::getGetElementPtr("
|
<< " = ConstantExpr::getGetElementPtr("
|
||||||
<< getCppName(CE->getOperand(0)) << ", "
|
<< getCppName(CE->getOperand(0)) << ", "
|
||||||
<< constName << "_indices.begin(), "
|
<< constName << "_indices.begin(), "
|
||||||
<< constName << "_indices.end(), "
|
<< constName << "_indices.end()"
|
||||||
<< " );";
|
<< " );";
|
||||||
} else if (CE->isCast()) {
|
} else if (CE->isCast()) {
|
||||||
printConstant(CE->getOperand(0));
|
printConstant(CE->getOperand(0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user