summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-30 22:47:59 +0000
committerChris Lattner <sabre@nondot.org>2003-08-30 22:47:59 +0000
commit79b81bffa1bc22db208b49fe9c69f76270a734c3 (patch)
tree6a9d2914ca07aea27ea8d83926c119d2c6f55236 /llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp
parent304225d34d6cc222fa549a0741af63d979c16173 (diff)
downloadbcm5719-llvm-79b81bffa1bc22db208b49fe9c69f76270a734c3.tar.gz
bcm5719-llvm-79b81bffa1bc22db208b49fe9c69f76270a734c3.zip
Rename files to be capitalized now that they are C++
llvm-svn: 8230
Diffstat (limited to 'llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp')
-rw-r--r--llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp b/llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp
index e22d61c823a..cccb4a8e032 100644
--- a/llvm/runtime/GCCLibraries/libexception/C++-Exception.cpp
+++ b/llvm/runtime/GCCLibraries/libexception/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 <cstdlib>
#include <cstdarg>
OpenPOWER on IntegriCloud