From 4736324188181a99e8463b18fe5800b486abe11b Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 12 Sep 2019 22:23:03 +0000 Subject: [PATCH] [NFC] Fix file header filename to be Range.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371783 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/GSYM/Range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/DebugInfo/GSYM/Range.h b/include/llvm/DebugInfo/GSYM/Range.h index ab17f060a73..37cfec713f2 100644 --- a/include/llvm/DebugInfo/GSYM/Range.h +++ b/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. -- 2.40.0