[llvm-commits] new fail on Analysis/BasicAA/modref.ll

Jason Kim jasonwkim at google.com
Tue Nov 30 15:57:53 PST 2010


Anyone else seeing this?

(Looks like from -r12048 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