diff options
author | Kevin Enderby <enderby@apple.com> | 2011-11-02 17:56:38 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2011-11-02 17:56:38 +0000 |
commit | dba9a17f9a69d16264ab30cfd878f2e74ba36d26 (patch) | |
tree | 0843cc64a3b0777bbda1c662c82732f1d4f899e1 | |
parent | 0738e76381e2170eded398af0034103be8ecc927 (diff) |
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
-rw-r--r-- | lib/MC/MCParser/AsmParser.cpp | 2 |
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()); } |