diff options
Diffstat (limited to 'test/Transforms/Inline/crash.ll')
-rw-r--r-- | test/Transforms/Inline/crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/crash.ll b/test/Transforms/Inline/crash.ll index 614fd75f42..30eae7a96a 100644 --- a/test/Transforms/Inline/crash.ll +++ b/test/Transforms/Inline/crash.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -inline -argpromotion -instcombine -disable-output +; RUN: opt < %s -inline -argpromotion -instcombine -disable-output ; This test was failing because the inliner would inline @list_DeleteElement ; into @list_DeleteDuplicates and then into @inf_GetBackwardPartnerLits, |