Fix test weirdness.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 26 Jun 2010 22:06:50 +0000 (22:06 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 26 Jun 2010 22:06:50 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106959 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/PartialSpecialize/two-specializations.ll

index 5f499a9b80838aeb10feaa162bee7fc5403ca128..e94e89075549286005ccd2771c3cb0fba08217b2 100644 (file)
@@ -1,7 +1,7 @@
 ; If there are two specializations of a function, make sure each callsite
 ; calls the right one.
 ;
-; RUN: opt -S -partialspecialization %s | opt -S -inline %s | FileCheck %s
+; RUN: opt -S -partialspecialization -inline %s | FileCheck %s
 declare void @callback1()
 declare void @callback2()