summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmParser.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2011-11-02 17:56:38 +0000
committerKevin Enderby <enderby@apple.com>2011-11-02 17:56:38 +0000
commitdba9a17f9a69d16264ab30cfd878f2e74ba36d26 (patch)
tree0843cc64a3b0777bbda1c662c82732f1d4f899e1 /lib/MC/MCParser/AsmParser.cpp
parent0738e76381e2170eded398af0034103be8ecc927 (diff)
downloadllvm-dba9a17f9a69d16264ab30cfd878f2e74ba36d26.tar.gz
llvm-dba9a17f9a69d16264ab30cfd878f2e74ba36d26.tar.bz2
llvm-dba9a17f9a69d16264ab30cfd878f2e74ba36d26.tar.xz
Replace tabs I added in this new line of code with spaces.
Thanks to Nick for spotting this! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCParser/AsmParser.cpp')
-rw-r--r--lib/MC/MCParser/AsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCParser/AsmParser.cpp b/lib/MC/MCParser/AsmParser.cpp
index 990fd17f59..7883893727 100644
--- a/lib/MC/MCParser/AsmParser.cpp
+++ b/lib/MC/MCParser/AsmParser.cpp
@@ -1227,7 +1227,7 @@ bool AsmParser::ParseStatement() {
getStreamer().EmitDwarfLocDirective(getContext().getGenDwarfFileNumber(),
SrcMgr.FindLineNumber(IDLoc, CurBuffer),
0, DWARF2_LINE_DEFAULT_IS_STMT ?
- DWARF2_FLAG_IS_STMT : 0, 0, 0,
+ DWARF2_FLAG_IS_STMT : 0, 0, 0,
StringRef());
}