diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-23 19:15:05 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-23 19:15:05 +0000 |
| commit | cb64cd9b6041c2c8aaca6d01023e5d7963873701 (patch) | |
| tree | abaff17679d7bb14444655fab162603ef62a5ea4 /llvm | |
| parent | 63729b0c49d29ea96cb89c54187f5a3d2e1a0602 (diff) | |
| download | bcm5719-llvm-cb64cd9b6041c2c8aaca6d01023e5d7963873701.tar.gz bcm5719-llvm-cb64cd9b6041c2c8aaca6d01023e5d7963873701.zip | |
[NFC] UpdateTestChecks: asm.py: fix whitespace issue
llvm-svn: 361538
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/UpdateTestChecks/asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/UpdateTestChecks/asm.py b/llvm/utils/UpdateTestChecks/asm.py index 459aa42381a..78da89d2730 100644 --- a/llvm/utils/UpdateTestChecks/asm.py +++ b/llvm/utils/UpdateTestChecks/asm.py @@ -29,7 +29,7 @@ ASM_FUNCTION_ARM_RE = re.compile( ASM_FUNCTION_AARCH64_RE = re.compile( r'^_?(?P<func>[^:]+):[ \t]*\/\/[ \t]*@(?P=func)\n' - r'(?:[ \t]+.cfi_startproc\n)?' # drop optional cfi noise + r'(?:[ \t]+.cfi_startproc\n)?' # drop optional cfi noise r'(?P<body>.*?)\n' # This list is incomplete r'.Lfunc_end[0-9]+:\n', |

