X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fglobal_pv.ll;h=34b9a7df8824e62556fc3ed484190dfc07aa8e21;hb=fdd4da1f8bda791468e16746e76d1cfbb5a3349f;hp=d257ec077ab9b43b00cac4c952e35b7643a74743;hpb=1608769abeb1430dc34f31ffac0d9850f99ae36a;p=oota-llvm.git diff --git a/test/Feature/global_pv.ll b/test/Feature/global_pv.ll index d257ec077ab..34b9a7df882 100644 --- a/test/Feature/global_pv.ll +++ b/test/Feature/global_pv.ll @@ -1,5 +1,5 @@ -; RUN: opt -instcombine -S -o - %s | llvm-as -; RUN: opt -instcombine -globalopt -S -o - %s | llvm-as +; RUN: opt -instcombine -S < %s | llvm-as +; RUN: opt -instcombine -globalopt -S < %s | llvm-as @G1 = global i32 zeroinitializer @G2 = global i32 zeroinitializer @g = global <2 x i32*> zeroinitializer