diff options
| author | Fangrui Song <maskray@google.com> | 2019-02-21 07:57:14 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-02-21 07:57:14 +0000 |
| commit | 990061b6d61b4aed77a9abf3a2b898bb9fb47d0e (patch) | |
| tree | 3eeb97b0000fadac347e01c2135aebd397ee7e19 /llvm/tools/llvm-exegesis/lib | |
| parent | ef5987592e72f28234af13270499945628c15228 (diff) | |
| download | bcm5719-llvm-990061b6d61b4aed77a9abf3a2b898bb9fb47d0e.tar.gz bcm5719-llvm-990061b6d61b4aed77a9abf3a2b898bb9fb47d0e.zip | |
Fix file header issues in fuzzers. NFC
llvm-svn: 354551
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp b/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp index 9c2653707ca..ac1543cb2d4 100644 --- a/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp +++ b/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp @@ -1,4 +1,4 @@ -//===-- RegisterAliasingTracker.cpp -----------------------------*- C++ -*-===// +//===-- RegisterAliasing.cpp ------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |

