[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.cpp

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 22 16:43:05 PST 2002


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.cpp updated: 1.8 -> 1.9

---
Log message:

Added -*- C++ -*- mode to the comments.


---
Diffs of the changes:

Index: llvm/lib/Target/X86/X86InstrInfo.cpp
diff -u llvm/lib/Target/X86/X86InstrInfo.cpp:1.8 llvm/lib/Target/X86/X86InstrInfo.cpp:1.9
--- llvm/lib/Target/X86/X86InstrInfo.cpp:1.8	Mon Nov 18 00:56:24 2002
+++ llvm/lib/Target/X86/X86InstrInfo.cpp	Fri Nov 22 16:42:50 2002
@@ -1,4 +1,4 @@
-//===- X86InstrInfo.cpp - X86 Instruction Information ---------------===//
+//===- X86InstrInfo.cpp - X86 Instruction Information -----------*- C++ -*-===//
 //
 // This file contains the X86 implementation of the MachineInstrInfo class.
 //





More information about the llvm-commits mailing list