mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +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("
|
||||
<< getCppName(CE->getOperand(0)) << ", "
|
||||
<< constName << "_indices.begin(), "
|
||||
<< constName << "_indices.end(), "
|
||||
<< constName << "_indices.end()"
|
||||
<< " );";
|
||||
} else if (CE->isCast()) {
|
||||
printConstant(CE->getOperand(0));
|
||||
|
Loading…
Reference in New Issue
Block a user