[llvm-commits] [llvm] r51150 - /llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h

Gabor Greif ggreif at gmail.com
Thu May 15 09:15:01 PDT 2008


Author: ggreif
Date: Thu May 15 11:15:01 2008
New Revision: 51150

URL: http://llvm.org/viewvc/llvm-project?rev=51150&view=rev
Log:
put back deleted line

Modified:
    llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h

Modified: llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h?rev=51150&r1=51149&r2=51150&view=diff

==============================================================================
--- llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h (original)
+++ llvm/branches/ggreif/use-diet/include/llvm/InstrTypes.h Thu May 15 11:15:01 2008
@@ -191,6 +191,7 @@
   }
 #include "llvm/Instruction.def"
 
+
   /// Helper functions to construct and inspect unary operations (NEG and NOT)
   /// via binary operators SUB and XOR:
   ///





More information about the llvm-commits mailing list