[llvm-commits] [llvm] r91356 - /llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Dan Gohman gohman at apple.com
Mon Dec 14 15:13:31 PST 2009


Author: djg
Date: Mon Dec 14 17:13:31 2009
New Revision: 91356

URL: http://llvm.org/viewvc/llvm-project?rev=91356&view=rev
Log:
Update this comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.h?rev=91356&r1=91355&r2=91356&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Mon Dec 14 17:13:31 2009
@@ -47,7 +47,7 @@
       f80            =   9,   // This is a 80 bit floating point value
       f128           =  10,   // This is a 128 bit floating point value
       ppcf128        =  11,   // This is a PPC 128-bit floating point value
-      Flag           =  12,   // This is a condition code or machine flag.
+      Flag           =  12,   // This glues nodes together during pre-RA sched
 
       isVoid         =  13,   // This has no value
 





More information about the llvm-commits mailing list