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 | 2e1cf199247ca55df60aaf1cd8a5f3e1134fec32 (patch) | |
| tree | 0e707425c5d6387f14cb13eafdaa12ecf4df3440 | |
| parent | 6453a4e2abd63b71d1193f6e485228e255364ed0 (diff) | |
| download | bcm5719-llvm-2e1cf199247ca55df60aaf1cd8a5f3e1134fec32.tar.gz bcm5719-llvm-2e1cf199247ca55df60aaf1cd8a5f3e1134fec32.zip | |
Update this comment.
llvm-svn: 91356
| -rw-r--r-- | llvm/include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/ValueTypes.h b/llvm/include/llvm/CodeGen/ValueTypes.h index 3106213e5d0..44522227b89 100644 --- a/llvm/include/llvm/CodeGen/ValueTypes.h +++ b/llvm/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 |

