Skip to content

Commit 66cfbf1

Browse files
Kai Luotstellar
authored andcommitted
[PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.
(cherry picked from commit 26b46b6)
1 parent 40633cc commit 66cfbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/PowerPC/pr45297.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: not --crash llc -verify-machineinstrs \
22
; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mattr=+altivec \
33
; RUN: -mattr=-power8-vector -mattr=-vsx < %s 2>&1 | FileCheck %s
4-
; CHECK: LLVM ERROR: Cannot select: t{{[0-9]+}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)>
4+
; CHECK: LLVM ERROR: Cannot select: {{.*}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)>
55

66
@Global = dso_local global i32 55, align 4
77

0 commit comments

Comments
 (0)