CodeGen assert

Hi,

here's another assert:

s0389:src nico$ cat tmp.c
char text = "string";
s0389:src nico$ ./clang -emit-llvm tmp.c
Assertion failed: (isa<llvm::IntegerType>(TargetType) && "not ptr- >int?"), function GenerateConstantCast, file CodeGenModule.cpp, line 241.

Nico

This is fixed if you specify a size for the array.

-Chris