diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-23 17:46:59 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 17:46:59 +0000 | 
| commit | e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd (patch) | |
| tree | df3de8a004506eafe309299927b74b5f0e0353c3 /llvm/lib/CodeGen | |
| parent | 36a57d31e35dcf382f1635b132a9d64753340b15 (diff) | |
| download | bcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.tar.gz bcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.zip | |
Moved inline/llvm/Tools/* to include/llvm/Support/*
llvm-svn: 279
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp index 0526dda40e8..bfeec4412e6 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -17,7 +17,7 @@  #include "llvm/iMemory.h"  #include "llvm/Instruction.h"  #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/Tools/CommandLine.h" +#include "llvm/Support/CommandLine.h"  enum DebugLev {    NoDebugInfo, | 

