[llvm-commits] new fail on Analysis/BasicAA/modref.ll
Jason Kim
jasonwkim at google.com
Tue Nov 30 15:59:31 PST 2010
Yikes!
On Tue, Nov 30, 2010 at 3:57 PM, Jason Kim <jasonwkim at google.com> wrote:
> Anyone else seeing this?
>
> (Looks like from -r12048 or later.
should read: -rr120471 or later
> -rr120470 seems to be fine.
>
> Thanks
> -jason
>
> ******************** TEST 'LLVM :: Analysis/BasicAA/modref.ll' FAILED
> ********************
> Script:
> --
> opt < /usr/local/google/Work/hg-llvm/llvm-tip-rw-svn/test/Analysis/BasicAA/modref.ll
> -basicaa -gvn -dse -S | FileCheck
> /usr/local/google/Work/hg-llvm/llvm-tip-rw-svn/test/Analysis/BasicAA/modref.ll
> --
> Exit Code: 1
> Command Output (stderr):
> --
> /usr/local/google/Work/hg-llvm/llvm-tip-rw-svn/test/Analysis/BasicAA/modref.ll:89:10:
> error: expected string not found in input
> ; CHECK: store i8 %Y, i8* %P2
> ^
> <stdin>:41:20: note: scanning from here
> define void @test3a(i8* %P, i8 %X) {
> ^
> <stdin>:60:13: note: possible intended match here
> define i8 @test6(i8* %p, i8* noalias %a) {
> ^
> --
>
More information about the llvm-commits
mailing list