Fix some comments, avoid sign extending booleans when zero extend works fine
authorChris Lattner <sabre@nondot.org>
Sun, 9 May 2004 23:16:33 +0000 (23:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 May 2004 23:16:33 +0000 (23:16 +0000)
commit9984fd0df9f4a07345c46ade9d8d7d5a4829a967
tree18d85f22ca9d2b0684641ac8d213f1c32e3d3fc4
parent96e3b426d5cab4a7ea4bb3c51facf7bb5362e0e5
Fix some comments, avoid sign extending booleans when zero extend works fine

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp