From: Greg Clayton Date: Thu, 12 Sep 2019 22:23:03 +0000 (+0000) Subject: [NFC] Fix file header filename to be Range.h X-Git-Tag: llvmorg-11-init~9317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d44d9e8cda0c4230ab7e52e06e7773aa8f8b9206;p=platform%2Fupstream%2Fllvm.git [NFC] Fix file header filename to be Range.h llvm-svn: 371783 --- diff --git a/llvm/include/llvm/DebugInfo/GSYM/Range.h b/llvm/include/llvm/DebugInfo/GSYM/Range.h index ab17f06..37cfec7 100644 --- a/llvm/include/llvm/DebugInfo/GSYM/Range.h +++ b/llvm/include/llvm/DebugInfo/GSYM/Range.h @@ -1,4 +1,4 @@ -//===- AddressRange.h -------------------------------------------*- C++ -*-===// +//===- Range.h --------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.