summaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrSelectorEmitter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-12 04:28:21 +0000
committerChris Lattner <sabre@nondot.org>2003-08-12 04:28:21 +0000
commitc12a61463aa47b274a095b261391eebd9b2797dc (patch)
treec11f3730b339126284e2cb102afbb52bc0415167 /utils/TableGen/InstrSelectorEmitter.h
parentc8477960b0fa7773c97802a82975aca5269e2363 (diff)
downloadllvm-c12a61463aa47b274a095b261391eebd9b2797dc.tar.gz
llvm-c12a61463aa47b274a095b261391eebd9b2797dc.tar.bz2
llvm-c12a61463aa47b274a095b261391eebd9b2797dc.tar.xz
Rename DNVT_bool to DNVT_i1 to be consistent with type system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/InstrSelectorEmitter.h')
-rw-r--r--utils/TableGen/InstrSelectorEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/InstrSelectorEmitter.h b/utils/TableGen/InstrSelectorEmitter.h
index d34c1910c5..f81ad72828 100644
--- a/utils/TableGen/InstrSelectorEmitter.h
+++ b/utils/TableGen/InstrSelectorEmitter.h
@@ -25,7 +25,7 @@ struct NodeType {
Arg0, // Value matches the type of Arg0
Arg1, // Value matches the type of Arg1
Ptr, // Tree node is the type of the target pointer
- Bool, // Always bool
+ I8, // Always bool
Void, // Tree node always returns void
};