From: Benjamin Kramer Date: Sat, 10 Mar 2012 18:07:46 +0000 (+0000) Subject: Don't try to filecheck bitcode. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30a73022bbf622e73ac285822d8235e9f4c74096;p=oota-llvm.git Don't try to filecheck bitcode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152498 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/2012-03-10-InstCombine.ll b/test/Transforms/InstCombine/2012-03-10-InstCombine.ll index 68989972549..58ccf12e6cf 100644 --- a/test/Transforms/InstCombine/2012-03-10-InstCombine.ll +++ b/test/Transforms/InstCombine/2012-03-10-InstCombine.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombine | FileCheck %s +; RUN: opt < %s -S -instcombine | FileCheck %s ; Derived from gcc.c-torture/execute/frame-address.c