diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-10 18:07:46 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-10 18:07:46 +0000 |
commit | 30a73022bbf622e73ac285822d8235e9f4c74096 (patch) | |
tree | 43b50019338123e6e32b3a20df50cd5b647510e3 | |
parent | c17731d65d2c059a71256ee995cbb057ff28a109 (diff) | |
download | external_llvm-30a73022bbf622e73ac285822d8235e9f4c74096.zip external_llvm-30a73022bbf622e73ac285822d8235e9f4c74096.tar.gz external_llvm-30a73022bbf622e73ac285822d8235e9f4c74096.tar.bz2 |
Don't try to filecheck bitcode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152498 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/2012-03-10-InstCombine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |