diff options
Diffstat (limited to 'test/Verifier/2008-03-01-AllocaSized.ll')
-rw-r--r-- | test/Verifier/2008-03-01-AllocaSized.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/2008-03-01-AllocaSized.ll b/test/Verifier/2008-03-01-AllocaSized.ll index fc12a96..7478334 100644 --- a/test/Verifier/2008-03-01-AllocaSized.ll +++ b/test/Verifier/2008-03-01-AllocaSized.ll @@ -1,5 +1,5 @@ ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s -; CHECK: Cannot allocate unsized type +; CHECK: invalid type for alloca ; PR2113 define void @test() { |