summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/weak-dce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ObjCARC/weak-dce.ll')
-rw-r--r--test/Transforms/ObjCARC/weak-dce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ObjCARC/weak-dce.ll b/test/Transforms/ObjCARC/weak-dce.ll
index f09467182b..787fb905fd 100644
--- a/test/Transforms/ObjCARC/weak-dce.ll
+++ b/test/Transforms/ObjCARC/weak-dce.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -basicaa -objc-arc < %s | FileCheck %s
+; RUN: opt -S -domtree -basicaa -objc-arc < %s | FileCheck %s
; rdar://11434915
; Delete the weak calls and replace them with just the net retain.