diff options
Diffstat (limited to 'test/Transforms/GVN/nonescaping-malloc.ll')
-rw-r--r-- | test/Transforms/GVN/nonescaping-malloc.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/GVN/nonescaping-malloc.ll b/test/Transforms/GVN/nonescaping-malloc.ll index afcb7fe3bb0f9..c2eeed56ffc19 100644 --- a/test/Transforms/GVN/nonescaping-malloc.ll +++ b/test/Transforms/GVN/nonescaping-malloc.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt < %s -basicaa -gvn -stats -disable-output 2>&1 | grep "Number of loads deleted" ; rdar://7363102 |