mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
Dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -4175,7 +4175,6 @@ AsmParser::parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
|
|||||||
|
|
||||||
// Build the IR assembly string.
|
// Build the IR assembly string.
|
||||||
std::string AsmStringIR;
|
std::string AsmStringIR;
|
||||||
AsmRewriteKind PrevKind = AOK_Imm;
|
|
||||||
raw_string_ostream OS(AsmStringIR);
|
raw_string_ostream OS(AsmStringIR);
|
||||||
const char *AsmStart = SrcMgr.getMemoryBuffer(0)->getBufferStart();
|
const char *AsmStart = SrcMgr.getMemoryBuffer(0)->getBufferStart();
|
||||||
const char *AsmEnd = SrcMgr.getMemoryBuffer(0)->getBufferEnd();
|
const char *AsmEnd = SrcMgr.getMemoryBuffer(0)->getBufferEnd();
|
||||||
@@ -4197,7 +4196,6 @@ AsmParser::parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
|
|||||||
--Len;
|
--Len;
|
||||||
OS << StringRef(AsmStart, Len);
|
OS << StringRef(AsmStart, Len);
|
||||||
}
|
}
|
||||||
PrevKind = Kind;
|
|
||||||
|
|
||||||
// Skip the original expression.
|
// Skip the original expression.
|
||||||
if (Kind == AOK_Skip) {
|
if (Kind == AOK_Skip) {
|
||||||
|
Reference in New Issue
Block a user