summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll')
-rw-r--r--test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll b/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
index 29cc99bfd3..7b411d3761 100644
--- a/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
+++ b/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
@@ -1,4 +1,4 @@
-; RUN: opt -objc-arc -S < %s | FileCheck %s
+; RUN: opt -objc-arc -S -disable-debug-info-verifier < %s | FileCheck %s
; rdar://11744105
; bugzilla://14584