diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 22:06:50 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 22:06:50 +0000 |
commit | 2b3b32361f460bf1d8e75ef0febda5c798980a81 (patch) | |
tree | 7ae2ef79ce180883de72e3c152e18836f4a24947 /test/Transforms | |
parent | a2938e7e5f7f16b4593b6ddc0eaf14bd6ed620de (diff) | |
download | external_llvm-2b3b32361f460bf1d8e75ef0febda5c798980a81.zip external_llvm-2b3b32361f460bf1d8e75ef0febda5c798980a81.tar.gz external_llvm-2b3b32361f460bf1d8e75ef0febda5c798980a81.tar.bz2 |
Fix test weirdness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/PartialSpecialize/two-specializations.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/PartialSpecialize/two-specializations.ll b/test/Transforms/PartialSpecialize/two-specializations.ll index 5f499a9..e94e890 100644 --- a/test/Transforms/PartialSpecialize/two-specializations.ll +++ b/test/Transforms/PartialSpecialize/two-specializations.ll @@ -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() |