Chris Lattner | 7450d81 | 2004-10-23 03:10:01 +0000 | [diff] [blame] | 1 | ;; The bytecode writer was trying to treat undef values as ConstantArray's when |
2 | ;; they looked like strings. | ||||
Gabor Greif | 5edf210 | 2008-05-20 22:07:21 +0000 | [diff] [blame] | 3 | ;; RUN: llvm-as %s -o /dev/null -f |
Tanya Lattner | 9197493 | 2008-02-16 23:27:24 +0000 | [diff] [blame] | 4 | @G = internal global [8 x i8] undef |
Chris Lattner | 7450d81 | 2004-10-23 03:10:01 +0000 | [diff] [blame] | 5 |