projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a036f
)
Don't include <stdlib.h>.
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 10 Oct 2003 19:12:45 +0000
(19:12 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 10 Oct 2003 19:12:45 +0000
(19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9038
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/OptimizerDriver.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/OptimizerDriver.cpp
b/tools/bugpoint/OptimizerDriver.cpp
index 6aa23e81d4a10033ff50b34f90014a164878f624..9b855bedfc936f5e73e966dc957e1605cce75f59 100644
(file)
--- a/
tools/bugpoint/OptimizerDriver.cpp
+++ b/
tools/bugpoint/OptimizerDriver.cpp
@@
-15,7
+15,6
@@
#include "llvm/Target/TargetData.h"
#include "Support/FileUtilities.h"
#include <fstream>
-#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>