1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

XFAIL this test until we figure out what to do here, since it will fail if NDEBUG defined

llvm-svn: 295596
This commit is contained in:
Daniel Berlin 2017-02-19 04:55:02 +00:00
parent 1abf6f2aae
commit a5a34963cc

View File

@ -1,3 +1,4 @@
;XFAIL: *
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
;; Test that, with debug counters on, we don't rename the first info, only the second
; RUN: opt -debug-counter=predicateinfo-rename-skip=1,predicateinfo-rename-count=1 -print-predicateinfo -analyze < %s 2>&1 | FileCheck %s