Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is
[oota-llvm.git] / test / Assembler / 2004-10-22-BCWriterUndefBug.llx
1 ;; The bytecode writer was trying to treat undef values as ConstantArray's when
2 ;; they looked like strings.
3 ;; RUN: llvm-as < %s -o /dev/null -f
4 %G = internal global [8 x sbyte] undef
5