From 30a73022bbf622e73ac285822d8235e9f4c74096 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 10 Mar 2012 18:07:46 +0000 Subject: Don't try to filecheck bitcode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152498 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2012-03-10-InstCombine.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/2012-03-10-InstCombine.ll b/test/Transforms/InstCombine/2012-03-10-InstCombine.ll index 6898997..58ccf12 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 -- cgit v1.1