[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/GenericValue.h
Reid Spencer
reid at x10sys.com
Thu Jan 11 10:22:22 PST 2007
Changes in directory llvm/include/llvm/ExecutionEngine:
GenericValue.h updated: 1.8 -> 1.9
---
Log message:
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
---
Diffs of the changes: (+1 -1)
GenericValue.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ExecutionEngine/GenericValue.h
diff -u llvm/include/llvm/ExecutionEngine/GenericValue.h:1.8 llvm/include/llvm/ExecutionEngine/GenericValue.h:1.9
--- llvm/include/llvm/ExecutionEngine/GenericValue.h:1.8 Sat Dec 30 23:23:18 2006
+++ llvm/include/llvm/ExecutionEngine/GenericValue.h Thu Jan 11 12:21:28 2007
@@ -22,7 +22,7 @@
typedef uintptr_t PointerTy;
union GenericValue {
- bool BoolVal;
+ bool Int1Val;
unsigned char Int8Val;
unsigned short Int16Val;
unsigned int Int32Val;
More information about the llvm-commits
mailing list