Skip to content

Commit 3826849

Browse files
authored
[MIR][NFC] Build fix after 1132e82 (#160273)
1 parent 2bc46ae commit 3826849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/MIR/X86/frame-info-save-restore-points-with-regs-parse.mir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# RUN: llc -run-pass none -o - %s | FileCheck %s
22

33
--- |
4+
target triple = "x86_64-unknown-linux-gnu"
5+
46
define ptr @foo(ptr %ptr, i64 %p2, i64 %p3, i64 %p4, i64 %p5, i64 %p6) {
57
entry:
68
%tobool.not = icmp eq ptr %ptr, null

0 commit comments

Comments
 (0)