projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c377d
)
Fix copy and paste-o
author
Chris Lattner
<sabre@nondot.org>
Tue, 29 Jul 2003 05:15:44 +0000
(
05:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 29 Jul 2003 05:15:44 +0000
(
05:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7378
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/ValueTypes.h
b/include/llvm/CodeGen/ValueTypes.h
index bb4b97fae6765af5ab5975a5bc55f786926126dc..e75eb8cdae928807eeb7eb656ddc99ab6ce0b2ed 100644
(file)
--- a/
include/llvm/CodeGen/ValueTypes.h
+++ b/
include/llvm/CodeGen/ValueTypes.h
@@
-12,7
+12,7
@@
/// MVT namespace - This namespace defines the ValueType enum, which contains
/// the various low-level value types.
///
-namespace MVT { // M
RF = Machine Register Flag
s
+namespace MVT { // M
VT = Machine Value Type
s
enum ValueType {
Other = 0 << 0, // This is a non-standard value
i1 = 1 << 0, // This is a 1 bit integer value