diff options
Diffstat (limited to 'llvm/utils')
| -rwxr-xr-x | llvm/utils/update_llc_test_checks.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/update_llc_test_checks.py b/llvm/utils/update_llc_test_checks.py index 3b3ff74d863..047f3e670ec 100755 --- a/llvm/utils/update_llc_test_checks.py +++ b/llvm/utils/update_llc_test_checks.py @@ -49,7 +49,7 @@ ASM_FUNCTION_ARM_RE = re.compile(          r'^(?P<func>[0-9a-zA-Z_]+):\n' # f: (name of function)          r'\s+\.fnstart\n' # .fnstart          r'(?P<body>.*?)\n' # (body of the function) -        r'.Lfunc_end[0-9]+:\n', # .Lfunc_end0: +        r'.Lfunc_end[0-9]+:', # .Lfunc_end0:          flags=(re.M | re.S))  RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$')  | 

