forked from OSchip/llvm-project
[PowerPC][AIX] Fix assertion message on AIX. NFC.
Fixes build https://lab.llvm.org/buildbot/#/builders/214/builds/1980.
This commit is contained in:
parent
1ce30457c1
commit
106657df4c
|
@ -4,7 +4,7 @@
|
|||
; RUN: not --crash llc -opaque-pointers -mtriple=powerpc64-unknown-unknown \
|
||||
; RUN: < %s 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"' failed
|
||||
; CHECK: Assertion{{.*}}VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"
|
||||
|
||||
define double @foo(double* %dp) {
|
||||
entry:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; RUN: not --crash llc -opaque-pointers -mtriple=powerpc64-unknown-unknown \
|
||||
; RUN: < %s 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"' failed
|
||||
; CHECK: Assertion{{.*}}VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"
|
||||
|
||||
define float @bar(float* %fp) {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue