X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fweak_constant.ll;h=9025aaac797fce9a9de61675789aa3828ccd5666;hb=090ca9108b35a60e8b97b67987d00cf47a383dba;hp=06cfe115cd550cdf49b57957f3f151d76c98a8ee;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Feature/weak_constant.ll b/test/Feature/weak_constant.ll index 06cfe115cd5..9025aaac797 100644 --- a/test/Feature/weak_constant.ll +++ b/test/Feature/weak_constant.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -std-compile-opts | llvm-dis > %t +; RUN: opt < %s -std-compile-opts -S > %t ; RUN: grep undef %t | count 1 ; RUN: grep 5 %t | count 1 ; RUN: grep 7 %t | count 1