[llvm-commits] [llvm] r106959 - /llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll

Benjamin Kramer benny.kra at googlemail.com
Sat Jun 26 15:06:51 PDT 2010


Author: d0k
Date: Sat Jun 26 17:06:50 2010
New Revision: 106959

URL: http://llvm.org/viewvc/llvm-project?rev=106959&view=rev
Log:
Fix test weirdness.

Modified:
    llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll

Modified: llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll?rev=106959&r1=106958&r2=106959&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll (original)
+++ llvm/trunk/test/Transforms/PartialSpecialize/two-specializations.ll Sat Jun 26 17:06:50 2010
@@ -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()
 





More information about the llvm-commits mailing list