summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/Lexer.l.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/AsmParser/Lexer.l.cvs')
-rw-r--r--llvm/lib/AsmParser/Lexer.l.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/Lexer.l.cvs b/llvm/lib/AsmParser/Lexer.l.cvs
index 58d21c37757..e13c56b7e7c 100644
--- a/llvm/lib/AsmParser/Lexer.l.cvs
+++ b/llvm/lib/AsmParser/Lexer.l.cvs
@@ -234,7 +234,7 @@ x86_stdcallcc { return X86_STDCALLCC_TOK; }
x86_fastcallcc { return X86_FASTCALLCC_TOK; }
void { RET_TY(Type::VoidTy, VOID); }
-bool { RET_TY(Type::BoolTy, BOOL); }
+bool { RET_TY(Type::Int1Ty, BOOL); }
i8 { RET_TY(Type::Int8Ty, INT8); }
i16 { RET_TY(Type::Int16Ty, INT16); }
i32 { RET_TY(Type::Int32Ty, INT32); }
OpenPOWER on IntegriCloud