OSDN Git Service

Add a fake merge point for http://llvm.org/git/llvm.git
authorJush Lu <jush.msn@gmail.com>
Wed, 9 Mar 2011 03:16:46 +0000 (11:16 +0800)
committerJush Lu <jush.msn@gmail.com>
Wed, 9 Mar 2011 03:16:46 +0000 (11:16 +0800)
http://llvm.org/git/llvm.git is the LLVM official git repository.
We will use it from now on.

1  2 
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp

@@@ -21,8 -21,6 +21,7 @@@
  #include "llvm/Support/ErrorHandling.h"
  #include "llvm/Support/FormattedStream.h"
  #include "X86GenInstrNames.inc"
 +#include <ctype.h>
  using namespace llvm;
  
  // Include the auto-generated portion of the assembly writer.