mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4f80ebbc7
commit
b015567256
@ -1417,7 +1417,7 @@ void AsmPrinter::EmitModuleIdents(Module &M) {
|
||||
if (const NamedMDNode *NMD = M.getNamedMetadata("llvm.ident")) {
|
||||
for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i) {
|
||||
const MDNode *N = NMD->getOperand(i);
|
||||
assert(N->getNumOperands() == 1 &&
|
||||
assert(N->getNumOperands() == 1 &&
|
||||
"llvm.ident metadata entry can have only one operand");
|
||||
const MDString *S = cast<MDString>(N->getOperand(0));
|
||||
OutStreamer.EmitIdent(S->getString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user