[llvm-commits] CVS: llvm/utils/fpcmp/fpcmp.cpp
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004
Changes in directory llvm/utils/fpcmp:
fpcmp.cpp updated: 1.9 -> 1.10
---
Log message:
Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
---
Diffs of the changes: (+2 -2)
Index: llvm/utils/fpcmp/fpcmp.cpp
diff -u llvm/utils/fpcmp/fpcmp.cpp:1.9 llvm/utils/fpcmp/fpcmp.cpp:1.10
--- llvm/utils/fpcmp/fpcmp.cpp:1.9 Sat Jun 19 22:12:18 2004
+++ llvm/utils/fpcmp/fpcmp.cpp Wed Sep 1 17:55:40 2004
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#include "Support/CommandLine.h"
-#include "Support/FileUtilities.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/FileUtilities.h"
#include <iostream>
#include <cmath>
More information about the llvm-commits
mailing list