X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FFunctionAttrs%2F2009-01-02-LocalStores.ll;h=7ef5f06f06138c27e1b0620795ad2b14097bcda8;hb=daf97333697e1d243e531f4be648b1640d6a58bb;hp=870f924ed186ccc99720c6eda214373410dbf74b;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll b/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll index 870f924ed18..7ef5f06f061 100644 --- a/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll +++ b/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -functionattrs | llvm-dis | not grep {nocapture *%%q} -; RUN: opt %s -functionattrs | llvm-dis | grep {nocapture *%%p} +; RUN: opt < %s -functionattrs -S | not grep {nocapture *%%q} +; RUN: opt < %s -functionattrs -S | grep {nocapture *%%p} define i32* @a(i32** %p) { %tmp = load i32** %p