diff options
author | Justin Lebar <jlebar@google.com> | 2016-07-13 18:38:20 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-07-13 18:38:20 +0000 |
commit | 544b23d88fcc43265ecc417cfc25c0957a64d776 (patch) | |
tree | bd761399445ecb6faf1dbe4ab927af822ac51b28 /llvm/unittests/CodeGen | |
parent | 1ddcacb94947840eb69579492b7dabcaacc22c19 (diff) | |
download | bcm5719-llvm-544b23d88fcc43265ecc417cfc25c0957a64d776.tar.gz bcm5719-llvm-544b23d88fcc43265ecc417cfc25c0957a64d776.zip |
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
llvm-svn: 275296
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r-- | llvm/unittests/CodeGen/DIEHashTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/DIEHashTest.cpp b/llvm/unittests/CodeGen/DIEHashTest.cpp index e3a9e562827..dda08fcd665 100644 --- a/llvm/unittests/CodeGen/DIEHashTest.cpp +++ b/llvm/unittests/CodeGen/DIEHashTest.cpp @@ -1,4 +1,4 @@ -//===- llvm/unittest/DebugInfo/DWARFFormValueTest.cpp ---------------------===// +//===- llvm/unittest/CodeGen/DIEHashTest.cpp ------------------------------===// // // The LLVM Compiler Infrastructure // |