From: Hongyon Suauthai Date: Fri, 1 Jun 2018 18:54:43 +0000 (-0700) Subject: [flang] Remove unintended change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed465b99188439d223313f3f144b3a4fefe34777;p=platform%2Fupstream%2Fllvm.git [flang] Remove unintended change. Original-commit: flang-compiler/f18@a545cd5de4f16accf7862df0f9c895cede7b432f Reviewed-on: https://github.com/flang-compiler/f18/pull/96 Tree-same-pre-rewrite: false --- diff --git a/flang/lib/parser/grammar.h b/flang/lib/parser/grammar.h index 926c031..3eaf180 100644 --- a/flang/lib/parser/grammar.h +++ b/flang/lib/parser/grammar.h @@ -3246,7 +3246,7 @@ TYPE_CONTEXT_PARSER("statement function definition"_en_US, // Directives, extensions, and deprecated statements // !DIR$ IVDEP // !DIR$ IGNORE_TKR [ [(tkr...)] name ]... -constexpr auto beginDirective = skipEmptyLines >> space >> "!"_tok; +constexpr auto beginDirective = skipEmptyLines >> space >> "!"_ch; constexpr auto endDirective = space >> endOfLine; constexpr auto ivdep = construct("DIR$ IVDEP"_tok); constexpr auto ignore_tkr = "DIR$ IGNORE_TKR" >>