Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Instruction.def
index 4a78edfccc6c3aa3fb419f286040d8b5cce8776b..e069e2ca7a6aea17ec9b06d956fef5b66f95306c 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===//
+// 
+//                     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 contains descriptions of the various LLVM instructions.  This is
 // used as a central place for enumerating the different instructions and 
@@ -114,7 +121,7 @@ HANDLE_MEMORY_INST(25, GetElementPtr, GetElementPtrInst)
 
 // Other operators...
  FIRST_OTHER_INST(26)
-HANDLE_OTHER_INST(26, PHINode, PHINode    )  // PHI node instruction
+HANDLE_OTHER_INST(26, PHI    , PHINode    )  // PHI node instruction
 HANDLE_OTHER_INST(27, Cast   , CastInst   )  // Type cast
 HANDLE_OTHER_INST(28, Call   , CallInst   )  // Call a function