From 17634f7668f275d3c3ac97d4b476443b2528648d Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 10 Oct 2003 18:46:52 +0000 Subject: [PATCH] Include instead of . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9032 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9.burg.in | 2 +- lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | 2 +- runtime/GCCLibraries/crtend/C++-Exception.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Target/SparcV9/SparcV9.burg.in b/lib/Target/SparcV9/SparcV9.burg.in index 6c3b659199c..ccb39480cc6 100644 --- a/lib/Target/SparcV9/SparcV9.burg.in +++ b/lib/Target/SparcV9/SparcV9.burg.in @@ -1,5 +1,5 @@ %{ // -*- C++ -*- -Xinclude +Xinclude Xinclude typedef InstrTreeNode* NODEPTR_TYPE; diff --git a/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp b/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp index 9401afec0d0..df2b764e7c8 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp @@ -34,7 +34,7 @@ #include "llvm/Module.h" #include "Graph.h" #include -#include "Config/stdio.h" +#include struct ProfilePaths : public FunctionPass { bool runOnFunction(Function &F); diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp index b521f1464c6..ad9f7a53e51 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.cpp +++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp @@ -14,7 +14,7 @@ //#define DEBUG #ifdef DEBUG -#include +#include #endif // LastCaughtException - The last exception caught by this handler. This is for -- 2.11.0