summaryrefslogtreecommitdiff
path: root/test/Transforms/LCSSA/mixed-catch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LCSSA/mixed-catch.ll')
-rw-r--r--test/Transforms/LCSSA/mixed-catch.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LCSSA/mixed-catch.ll b/test/Transforms/LCSSA/mixed-catch.ll
index 95d5b17bf0818..1ae4cf8cdd0f2 100644
--- a/test/Transforms/LCSSA/mixed-catch.ll
+++ b/test/Transforms/LCSSA/mixed-catch.ll
@@ -1,4 +1,5 @@
; RUN: opt -lcssa -S < %s | FileCheck %s
+; RUN: opt -passes=lcssa -S < %s | FileCheck %s
; This test is based on the following C++ code:
;