summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-02-18 19:49:06 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-02-18 19:49:06 +0000
commitcdd20affec7cdd4a002950dad095cb1a66fe8c55 (patch)
treef9a82d94b6364e85da9432a551eb703b5e5b8cec /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parent9cd43977c30d2370a657cd3be0af860ba76b8072 (diff)
downloadbcm5719-llvm-cdd20affec7cdd4a002950dad095cb1a66fe8c55.tar.gz
bcm5719-llvm-cdd20affec7cdd4a002950dad095cb1a66fe8c55.zip
Fix style and a typo
llvm-svn: 125949
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 7cd0394fdfd..9bde90b1040 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -97,11 +97,11 @@ class ARMAsmParser : public TargetAsmParser {
OperandMatchResultTy tryParseCoprocRegOperand(
SmallVectorImpl<MCParsedAsmOperand*>&);
OperandMatchResultTy tryParseMemBarrierOptOperand(
- SmallVectorImpl<MCParsedAsmOperand*> &);
+ SmallVectorImpl<MCParsedAsmOperand*>&);
OperandMatchResultTy tryParseProcIFlagsOperand(
- SmallVectorImpl<MCParsedAsmOperand*> &);
+ SmallVectorImpl<MCParsedAsmOperand*>&);
OperandMatchResultTy tryParseMSRMaskOperand(
- SmallVectorImpl<MCParsedAsmOperand*> &);
+ SmallVectorImpl<MCParsedAsmOperand*>&);
public:
ARMAsmParser(const Target &T, MCAsmParser &_Parser, TargetMachine &_TM)
@@ -953,7 +953,7 @@ tryParseMemBarrierOptOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
return MatchOperand_Success;
}
-/// ParseProcIFlagsOperand - Try to parse iflags from CPS instruction.
+/// tryParseProcIFlagsOperand - Try to parse iflags from CPS instruction.
ARMAsmParser::OperandMatchResultTy ARMAsmParser::
tryParseProcIFlagsOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
SMLoc S = Parser.getTok().getLoc();
OpenPOWER on IntegriCloud