[llvm-commits] [llvm] r158128 - /llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll

Meador Inge meadori at codesourcery.com
Wed Jun 6 18:02:13 PDT 2012


Author: meadori
Date: Wed Jun  6 20:02:13 2012
New Revision: 158128

URL: http://llvm.org/viewvc/llvm-project?rev=158128&view=rev
Log:
Adding a missing -S to the opt invocation.

Modified:
    llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll

Modified: llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll?rev=158128&r1=158127&r2=158128&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll Wed Jun  6 20:02:13 2012
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine | FileCheck %s
+; RUN: opt < %s -instcombine -S | FileCheck %s
 ; <rdar://problem/10889741>
 
 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {





More information about the llvm-commits mailing list