diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll b/llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll index 184d6ae7d8e..2919999d5e2 100644 --- a/llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll +++ b/llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll @@ -3,6 +3,7 @@ ; to assert when global DCE deletes the body of the function. ; ; RUN: opt -disable-output < %s -passes='module(function(jump-threading),globaldce)' +; RUN: opt -disable-output < %s -passes='module(rpo-functionattrs,globaldce)' target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |