Include <cstdio> instead of <stdio.h>.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 10 Oct 2003 18:46:52 +0000 (18:46 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 10 Oct 2003 18:46:52 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9032 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9.burg.in
lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
runtime/GCCLibraries/crtend/C++-Exception.cpp

index 6c3b659199c850e6aa2a26cdf757501a4c6baecb..ccb39480cc6795dbca4a6b074f1147b15c077a00 100644 (file)
@@ -1,5 +1,5 @@
 %{               // -*- C++ -*-
-Xinclude <stdio.h>
+Xinclude <cstdio>
 Xinclude <llvm/CodeGen/InstrForest.h>
 
 typedef InstrTreeNode* NODEPTR_TYPE;
index 9401afec0d0dc0560e0cb82446cd61a1a67fa4e4..df2b764e7c8a2977ef4433e1c3820fc0e7c838c8 100644 (file)
@@ -34,7 +34,7 @@
 #include "llvm/Module.h"
 #include "Graph.h"
 #include <fstream>
-#include "Config/stdio.h"
+#include <cstdio>
 
 struct ProfilePaths : public FunctionPass {
   bool runOnFunction(Function &F);
index b521f1464c6015a0648abc492e35aa1d5f2a6ded..ad9f7a53e51368d95019f3dab2f96dbcb3f75b4a 100644 (file)
@@ -14,7 +14,7 @@
 //#define DEBUG
 
 #ifdef DEBUG
-#include <stdio.h>
+#include <cstdio>
 #endif
 
 // LastCaughtException - The last exception caught by this handler.  This is for