X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2009-02-28-StripOpaqueName.ll;h=f61a44cbd15d933745a4c5aae6164f141593f2a6;hb=bcb8c6d09ee426e0f774e3412912f6ae9e5f78dd;hp=eef5d3614a818d43ae933e33e407273340fb5a9b;hpb=413fd2304db8b6fa3113e5f70d925087f27cbf84;p=oota-llvm.git diff --git a/test/Assembler/2009-02-28-StripOpaqueName.ll b/test/Assembler/2009-02-28-StripOpaqueName.ll index eef5d3614a8..f61a44cbd15 100644 --- a/test/Assembler/2009-02-28-StripOpaqueName.ll +++ b/test/Assembler/2009-02-28-StripOpaqueName.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -strip | llvm-dis | llvm-as | llvm-dis +; RUN: opt < %s -strip -S | llvm-as | llvm-dis ; Stripping the name from A should not break references to it. %A = type opaque