[llvm-commits] [poolalloc] r128651 - /poolalloc/trunk/test/dsa/td/checkIncomplete1.ll
Arushi Aggarwal
aggarwa4 at illinois.edu
Thu Mar 31 11:31:02 PDT 2011
Author: aggarwa4
Date: Thu Mar 31 13:31:02 2011
New Revision: 128651
URL: http://llvm.org/viewvc/llvm-project?rev=128651&view=rev
Log:
Update broken test to new DSA results.
Modified:
poolalloc/trunk/test/dsa/td/checkIncomplete1.ll
Modified: poolalloc/trunk/test/dsa/td/checkIncomplete1.ll
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/td/checkIncomplete1.ll?rev=128651&r1=128650&r2=128651&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/td/checkIncomplete1.ll (original)
+++ poolalloc/trunk/test/dsa/td/checkIncomplete1.ll Thu Mar 31 13:31:02 2011
@@ -4,14 +4,14 @@
;RUN: dsaopt %s -dsa-bu -analyze -verify-flags "testfunc:f+I"
;RUN: dsaopt %s -dsa-bu -analyze -verify-flags "main:F+I"
-;RUN: dsaopt %s -dsa-td -analyze -verify-flags "testfunc:f+IE"
-;RUN: dsaopt %s -dsa-td -analyze -verify-flags "main:F+IE"
+;RUN: dsaopt %s -dsa-td -analyze -verify-flags "testfunc:f+I"
+;RUN: dsaopt %s -dsa-td -analyze -verify-flags "main:F+I"
; ModuleID = 'fptr.o'
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-unknown-linux-gnu"
-; F is passes as argument to testfunc. But since F is incomplete, f should remain incomplete after td.
+; F is passed as argument to testfunc. But since F is incomplete, f should remain incomplete after td.
define internal void @A(void (i8*)** %f) nounwind {
entry:
%f_addr = alloca void (i8*)** ; <void (i8*)***> [#uses=1]
More information about the llvm-commits
mailing list