diff --git a/test/CodeGen/NVPTX/zero-cs.ll b/test/CodeGen/NVPTX/zero-cs.ll index f9c8472d4fd..7a7a99030d4 100644 --- a/test/CodeGen/NVPTX/zero-cs.ll +++ b/test/CodeGen/NVPTX/zero-cs.ll @@ -1,7 +1,7 @@ ; RUN: not llc < %s -march=nvptx 2>&1 | FileCheck %s ; used to seqfault and now fails with a "Cannot select" -; CHECK: LLVM ERROR: Cannot select: t7: i32 = ExternalSymbol'__powidf2' +; CHECK: LLVM ERROR: Cannot select: {{t7|0x[0-9a-f]+}}: i32 = ExternalSymbol'__powidf2' define double @powi() { %1 = call double @llvm.powi.f64(double 1.000000e+00, i32 undef) ret double %1