diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:38:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:38:14 +0000 |
commit | c88330ad137fc6e1210a6533e0686d5afd77c3fd (patch) | |
tree | 183e3d092bf2572023e2d582dff46207bbc50394 /llvm/lib/Target/X86/X86InstrInfo.cpp | |
parent | b440243e94cc189cf44168df0e764e52e73fe776 (diff) | |
download | bcm5719-llvm-c88330ad137fc6e1210a6533e0686d5afd77c3fd.tar.gz bcm5719-llvm-c88330ad137fc6e1210a6533e0686d5afd77c3fd.zip |
* Remove trailing whitespace
* Convert tabs to spaces
llvm-svn: 21426
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp index 35782a48f03..bda2cb73f6f 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.cpp +++ b/llvm/lib/Target/X86/X86InstrInfo.cpp @@ -1,10 +1,10 @@ //===- X86InstrInfo.cpp - X86 Instruction Information -----------*- 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 the X86 implementation of the TargetInstrInfo class. @@ -55,8 +55,8 @@ MachineInstr *X86InstrInfo::convertToThreeAddress(MachineInstr *MI) const { unsigned Dest = MI->getOperand(0).getReg(); unsigned Src = MI->getOperand(1).getReg(); - // FIXME: None of these instructions are promotable to LEAs without - // additional information. In particular, LEA doesn't set the flags that + // FIXME: None of these instructions are promotable to LEAs without + // additional information. In particular, LEA doesn't set the flags that // add and inc do. :( return 0; |