[AVX512] Added load/store from BW/VL subsets to Register2Memory opcode tables.
[oota-llvm.git] / lib / Support / regcomp.c
index 74d9186aaaa203eabc74cc84595b786097fad243..0b5b765f89e14556554761e6df78916b2ff8fa91 100644 (file)
@@ -532,10 +532,10 @@ p_simp_re(struct parse *p,
        sopno subno;
 #      define  BACKSL  (1<<CHAR_BIT)
 
-       pos = HERE();           /* repetion op, if any, covers from here */
+        pos = HERE(); /* repetition op, if any, covers from here */
 
-       assert(MORE());         /* caller should have ensured this */
-       c = GETNEXT();
+        assert(MORE()); /* caller should have ensured this */
+        c = GETNEXT();
        if (c == '\\') {
                REQUIRE(MORE(), REG_EESCAPE);
                c = BACKSL | GETNEXT();