From ea0721c725e5643620e5edb25ae7d241c6d1b708 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 30 Aug 2003 22:47:59 +0000 Subject: Rename files to be capitalized now that they are C++ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/crtend/C++-Exception.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/GCCLibraries/crtend/C++-Exception.cpp') diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp index e22d61c..cccb4a8 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.cpp +++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp @@ -1,4 +1,4 @@ -//===- c++-exception.cpp - Exception handling support for C++ exceptions --===// +//===- C++-Exception.cpp - Exception handling support for C++ exceptions --===// // // This file defines the methods used to implement C++ exception handling in // terms of the invoke and %llvm.unwind intrinsic. These primitives implement @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "c++-exception.h" +#include "C++-Exception.h" #include #include -- cgit v1.1