diff options
Diffstat (limited to 'test/Transforms/LCSSA/unreachable-use.ll')
-rw-r--r-- | test/Transforms/LCSSA/unreachable-use.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Transforms/LCSSA/unreachable-use.ll b/test/Transforms/LCSSA/unreachable-use.ll index 71ae134..2ea7aeb 100644 --- a/test/Transforms/LCSSA/unreachable-use.ll +++ b/test/Transforms/LCSSA/unreachable-use.ll @@ -1,9 +1,11 @@ -; RUN: opt < %s -lcssa -S -verify-loop-info | grep "[%]tmp33 = load i1\*\* [%]tmp" +; RUN: opt < %s -lcssa -S -verify-loop-info | FileCheck %s ; PR6546 ; LCSSA doesn't need to transform uses in blocks not reachable ; from the entry block. +; CHECK: %tmp33 = load i1** %tmp + define fastcc void @dfs() nounwind { bb: br label %bb44 |