[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp SelectionDAG.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 14:45:21 PDT 2003


Changes in directory llvm/lib/CodeGen/SelectionDAG:

DAGBuilder.cpp updated: 1.2 -> 1.3
SelectionDAG.cpp updated: 1.2 -> 1.3

---
Log message:

Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.



---
Diffs of the changes:  (+14 -0)

Index: llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp:1.2 llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp:1.3
--- llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp:1.2	Thu Aug 14 23:53:16 2003
+++ llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp	Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
 //===-- DAGBuilder.cpp - Turn an LLVM BasicBlock into a DAG for selection -===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This file turns an LLVM BasicBlock into a target independent SelectionDAG in
 // preparation for target specific optimizations and instruction selection.


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.2 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.3
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.2	Thu Aug 14 23:53:16 2003
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp	Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
 //===-- SelectionDAG.cpp - Implement the SelectionDAG* classes ------------===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This file implements the SelectionDAG* classes, which are used to perform
 // DAG-based instruction selection in a target-specific manner.





More information about the llvm-commits mailing list