summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-07-19 00:04:14 +0000
committerBill Wendling <isanbard@gmail.com>2012-07-19 00:04:14 +0000
commitd163405df8e19ba497b4fbf08f27f22ef1b66b43 (patch)
tree62b54311a53918760a809a75e81e0619c33f8184 /llvm/lib/MC
parent7b2ca3e80bf3bb9ff8fbe0d5cc773b2cf07f6608 (diff)
downloadbcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.tar.gz
bcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.zip
Remove tabs.
llvm-svn: 160475
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCParser/AsmParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCParser/AsmParser.cpp b/llvm/lib/MC/MCParser/AsmParser.cpp
index a559158c6c6..63ebfb63e00 100644
--- a/llvm/lib/MC/MCParser/AsmParser.cpp
+++ b/llvm/lib/MC/MCParser/AsmParser.cpp
@@ -2998,7 +2998,7 @@ bool GenericAsmParser::ParseDirectiveCFISameValue(StringRef IDVal,
/// ParseDirectiveCFIRestore
/// ::= .cfi_restore register
bool GenericAsmParser::ParseDirectiveCFIRestore(StringRef IDVal,
- SMLoc DirectiveLoc) {
+ SMLoc DirectiveLoc) {
int64_t Register = 0;
if (ParseRegisterOrRegisterNumber(Register, DirectiveLoc))
return true;
@@ -3011,7 +3011,7 @@ bool GenericAsmParser::ParseDirectiveCFIRestore(StringRef IDVal,
/// ParseDirectiveCFIEscape
/// ::= .cfi_escape expression[,...]
bool GenericAsmParser::ParseDirectiveCFIEscape(StringRef IDVal,
- SMLoc DirectiveLoc) {
+ SMLoc DirectiveLoc) {
std::string Values;
int64_t CurrValue;
if (getParser().ParseAbsoluteExpression(CurrValue))
OpenPOWER on IntegriCloud