[llvm] r341904 - [NFC] Specify test's option to reduce reliance on defaults
Max Kazantsev via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 23:34:44 PDT 2018
Author: mkazantsev
Date: Mon Sep 10 23:34:43 2018
New Revision: 341904
URL: http://llvm.org/viewvc/llvm-project?rev=341904&view=rev
Log:
[NFC] Specify test's option to reduce reliance on defaults
Modified:
llvm/trunk/test/Transforms/IndVarSimplify/pr38855.ll
Modified: llvm/trunk/test/Transforms/IndVarSimplify/pr38855.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/pr38855.ll?rev=341904&r1=341903&r2=341904&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/pr38855.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/pr38855.ll Mon Sep 10 23:34:43 2018
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S -inline -functionattrs -indvars < %s | FileCheck %s
+; RUN: opt -S -disable-nounwind-inference=false -inline -functionattrs -indvars < %s | FileCheck %s
; Check that the invalidation happens correctly and the test does not crash.
define void @f2() {
More information about the llvm-commits
mailing list