From 9aacaffd9833381ed3d5de32fbece02afe2bba5e Mon Sep 17 00:00:00 2001 From: Max Kazantsev Date: Tue, 11 Sep 2018 06:34:43 +0000 Subject: [PATCH] [NFC] Specify test's option to reduce reliance on defaults llvm-svn: 341904 --- llvm/test/Transforms/IndVarSimplify/pr38855.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/IndVarSimplify/pr38855.ll b/llvm/test/Transforms/IndVarSimplify/pr38855.ll index b2d84e7..67887f514 100644 --- a/llvm/test/Transforms/IndVarSimplify/pr38855.ll +++ b/llvm/test/Transforms/IndVarSimplify/pr38855.ll @@ -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() { -- 2.7.4