diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-11-27 00:03:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-11-27 00:03:19 +0000 |
| commit | 5de2204fe84a89604a31253a299ab265dee76934 (patch) | |
| tree | 142e5dd065732bf4cc8775f69ce0979230836e51 /llvm/lib/Transforms/Instrumentation | |
| parent | f679703feb9c4702a55f41caec15d5adf997cac9 (diff) | |
| download | bcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.tar.gz bcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.zip | |
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.
Move files and fix #includes
llvm-svn: 1400
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/TraceValues.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp index f59b0aed248..07db02854ef 100644 --- a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp +++ b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp @@ -27,8 +27,8 @@ #include "llvm/Module.h" #include "llvm/SymbolTable.h" #include "llvm/Assembly/Writer.h" -#include "llvm/Support/HashExtras.h" -#include "llvm/Support/StringExtras.h" +#include "Support/StringExtras.h" +#include "Support/HashExtras.h" #include <hash_set> #include <sstream> |

