diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-14 23:13:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-14 23:13:31 +0000 |
commit | 80d8930d286f89bfd70dd2172e915a3d24a2971d (patch) | |
tree | ced651c618493338dbbe98704736e0ab6d2ec524 | |
parent | 688fb80334e1ad7b259a051411bb72e18abea9e7 (diff) |
Update this comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91356 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index 3106213e5d..44522227b8 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -47,7 +47,7 @@ namespace llvm { 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 |