diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-30 22:48:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-30 22:48:16 +0000 |
commit | e86159df9de144f935bbbc05347b3b296594b9fc (patch) | |
tree | da945a40e35549bac8390acb8cf0899f59eefbd4 /runtime/GCCLibraries | |
parent | ea0721c725e5643620e5edb25ae7d241c6d1b708 (diff) | |
download | external_llvm-e86159df9de144f935bbbc05347b3b296594b9fc.zip external_llvm-e86159df9de144f935bbbc05347b3b296594b9fc.tar.gz external_llvm-e86159df9de144f935bbbc05347b3b296594b9fc.tar.bz2 |
File was renamed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries')
-rw-r--r-- | runtime/GCCLibraries/crtend/Exception.h | 2 | ||||
-rw-r--r-- | runtime/GCCLibraries/libexception/Exception.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h index a348999..876fa2d 100644 --- a/runtime/GCCLibraries/crtend/Exception.h +++ b/runtime/GCCLibraries/crtend/Exception.h @@ -1,4 +1,4 @@ -//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===// +//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===// // // This file defines the the shared data structures used by all language // specific exception handling runtime libraries. diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h index a348999..876fa2d 100644 --- a/runtime/GCCLibraries/libexception/Exception.h +++ b/runtime/GCCLibraries/libexception/Exception.h @@ -1,4 +1,4 @@ -//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===// +//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===// // // This file defines the the shared data structures used by all language // specific exception handling runtime libraries. |