Rename files to be capitalized now that they are C++

llvm-svn: 8230
diff --git a/llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp b/llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp
index e22d61c..cccb4a8 100644
--- a/llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp
+++ b/llvm/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 <cstdlib>
 #include <cstdarg>