Skip to content

Commit f85a38e

Browse files
committed
Follow up to d0858bf, add missing REQUIRES x86
1 parent 56248ca commit f85a38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; RUN: llc %s -stop-after=codegenprepare -o - | FileCheck %s
22
; RUN: llc %s -stop-after=codegenprepare -o - --try-experimental-debuginfo-iterators | FileCheck %s
3+
; REQUIRES: x86-registered-target
34
;
45
; Test that when we skip over multiple selects in CGP, that the debug-info
56
; attached to those selects is still fixed up.

0 commit comments

Comments
 (0)