X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fweak_constant.ll;h=fba7f12e1dee433aca5f56ee90c25f1daf5c90d4;hb=54c251c77ff818dad2496f0069e780cf3cb9066f;hp=06cfe115cd550cdf49b57957f3f151d76c98a8ee;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Feature/weak_constant.ll b/test/Feature/weak_constant.ll index 06cfe115cd5..fba7f12e1de 100644 --- a/test/Feature/weak_constant.ll +++ b/test/Feature/weak_constant.ll @@ -1,10 +1,10 @@ -; 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 ; RUN: grep 9 %t | count 1 - type { i32, i32 } ; type %0 + %0 = type { i32, i32 } ; type %0 @a = weak constant i32 undef ; [#uses=1] @b = weak constant i32 5 ; [#uses=1] @c = weak constant %0 { i32 7, i32 9 } ; <%0*> [#uses=1]