summaryrefslogtreecommitdiff
path: root/include/llvm/TableGen/StringMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/TableGen/StringMatcher.h')
-rw-r--r--include/llvm/TableGen/StringMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TableGen/StringMatcher.h b/include/llvm/TableGen/StringMatcher.h
index b438779108346..11a8ad8183aad 100644
--- a/include/llvm/TableGen/StringMatcher.h
+++ b/include/llvm/TableGen/StringMatcher.h
@@ -38,7 +38,7 @@ private:
raw_ostream &OS;
public:
- StringMatcher(StringRef strVariableName,
+ StringMatcher(StringRef strVariableName,
const std::vector<StringPair> &matches, raw_ostream &os)
: StrVariableName(strVariableName), Matches(matches), OS(os) {}