diff options
author | Chris Lattner <sabre@nondot.org> | 2010-06-26 22:08:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-06-26 22:08:30 +0000 |
commit | 08189d625d9ac413807a01536423b83b2b49444c (patch) | |
tree | 27d923054a6eeb6cf82ba36e9c4bbceeee8239f3 | |
parent | 2b3b32361f460bf1d8e75ef0febda5c798980a81 (diff) | |
download | external_llvm-08189d625d9ac413807a01536423b83b2b49444c.tar.gz external_llvm-08189d625d9ac413807a01536423b83b2b49444c.tar.bz2 external_llvm-08189d625d9ac413807a01536423b83b2b49444c.zip |
this test is failing nondeterministically and blaming me, just disable
it for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106960 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/PartialSpecialize/two-specializations.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/PartialSpecialize/two-specializations.ll b/test/Transforms/PartialSpecialize/two-specializations.ll index e94e890755..c85ddb78dd 100644 --- a/test/Transforms/PartialSpecialize/two-specializations.ll +++ b/test/Transforms/PartialSpecialize/two-specializations.ll @@ -1,7 +1,8 @@ ; If there are two specializations of a function, make sure each callsite ; calls the right one. ; -; RUN: opt -S -partialspecialization -inline %s | FileCheck %s +; RN: opt -S -partialspecialization %s | FileCheck %s +; RUN: true declare void @callback1() declare void @callback2() |