From 0cdd04fa90f30c973face1a711c8aaa76b6dbf4e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 2 Feb 2007 13:54:55 +0000 Subject: Fix a comment that needed to change after SHIFT patch landed. llvm-svn: 33781 --- llvm/lib/VMCore/AsmWriter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 8a7c0987c74..f13a140b638 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/lib/VMCore/AsmWriter.cpp @@ -1270,8 +1270,7 @@ void AssemblyWriter::printInstruction(const Instruction &I) { bool PrintAllTypes = false; const Type *TheType = Operand->getType(); - // Shift Left & Right print both types even for Ubyte LHS, and select prints - // types even if all operands are bools. + // Select, Store and ShuffleVector always print all types. if (isa(I) || isa(I) || isa(I)) { PrintAllTypes = true; } else { -- cgit v1.2.3