diff options
Diffstat (limited to 'test/Assembler/2007-01-16-CrashOnBadCast2.ll')
-rw-r--r-- | test/Assembler/2007-01-16-CrashOnBadCast2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-01-16-CrashOnBadCast2.ll b/test/Assembler/2007-01-16-CrashOnBadCast2.ll index 80cbeac..bcc6f0e 100644 --- a/test/Assembler/2007-01-16-CrashOnBadCast2.ll +++ b/test/Assembler/2007-01-16-CrashOnBadCast2.ll @@ -2,4 +2,4 @@ ; RUN: llvm-as < %s 2>&1 > /dev/null | \ ; RUN: grep "invalid cast opcode for cast from" -%X = constant i8* trunc (i64 0 to i8*) +@X = constant i8* trunc (i64 0 to i8*) |