Fix the range

Our range starts at `kaleidoscope::ranges::STENO_FIRST`, not at `STENO_START`.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent b7415039cb
commit d9e7536221

@ -40,7 +40,7 @@ class GeminiPR : public KaleidoscopePlugin {
namespace geminipr { namespace geminipr {
enum { enum {
START = kaleidoscope::ranges::STENO_START, START = kaleidoscope::ranges::STENO_FIRST,
FN = START, FN = START,
NUM, NUM,
N1 = NUM, N1 = NUM,

Loading…
Cancel
Save