projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
261abf5
)
Grammar.
author
Eric Christopher
<echristo@gmail.com>
Tue, 19 Feb 2013 06:23:44 +0000
(06:23 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 19 Feb 2013 06:23:44 +0000
(06:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175493
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCParser/MCAsmParser.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCParser/MCAsmParser.h
b/include/llvm/MC/MCParser/MCAsmParser.h
index bd3883f1759bda0740aa82fdcf3a83b45c7559c2..06b4b13c065de65d44d565328ed85d5657e71606 100644
(file)
--- a/
include/llvm/MC/MCParser/MCAsmParser.h
+++ b/
include/llvm/MC/MCParser/MCAsmParser.h
@@
-168,7
+168,7
@@
public:
virtual bool ParseAbsoluteExpression(int64_t &Res) = 0;
/// CheckForValidSection - Ensure that we have a valid section set in the
- /// streamer. Otherwise, report an
d
error and switch to .text.
+ /// streamer. Otherwise, report an error and switch to .text.
virtual void CheckForValidSection() = 0;
};