Add MCSymbol::isInSection.
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2009-01-02-LocalStores.ll
index 870f924ed186ccc99720c6eda214373410dbf74b..7ef5f06f06138c27e1b0620795ad2b14097bcda8 100644 (file)
@@ -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