diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-06-04 11:48:46 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-06-04 11:48:46 +0000 |
| commit | 7b53d1454f00fec1080a8e5821470cf6dd0bca89 (patch) | |
| tree | ac09fdfd646aeba229d3e52f3eb1d6bb91bb4436 /llvm/test/tools/llvm-mca/X86/intel-syntax.s | |
| parent | 2cb97b95a2c209cf6a78108161392cfc2388062d (diff) | |
| download | bcm5719-llvm-7b53d1454f00fec1080a8e5821470cf6dd0bca89.tar.gz bcm5719-llvm-7b53d1454f00fec1080a8e5821470cf6dd0bca89.zip | |
[llvm-mca] Make sure not to end the test files with an empty line.
Summary:
It's super irritating.
[properly configured] git client then complains about that double-newline,
and you have to use `--force` to ignore the warning, since even if you
fix it manually, it will be reintroduced the very next runtime :/
Reviewers: RKSimon, andreadb, courbet, craig.topper, javed.absar, gbedwell
Reviewed By: gbedwell
Subscribers: javed.absar, tschuett, gbedwell, llvm-commits
Differential Revision: https://reviews.llvm.org/D47697
llvm-svn: 333887
Diffstat (limited to 'llvm/test/tools/llvm-mca/X86/intel-syntax.s')
| -rw-r--r-- | llvm/test/tools/llvm-mca/X86/intel-syntax.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-mca/X86/intel-syntax.s b/llvm/test/tools/llvm-mca/X86/intel-syntax.s index 9e4ebb52dd6..29ac61aba32 100644 --- a/llvm/test/tools/llvm-mca/X86/intel-syntax.s +++ b/llvm/test/tools/llvm-mca/X86/intel-syntax.s @@ -35,4 +35,3 @@ # INTEL-NEXT: 1 1 0.50 mov ebx, 255 # INTEL-NEXT: 2 3 1.00 imul esi, edi # INTEL-NEXT: 1 1 0.50 lea eax, [rsi + rdi] - |

