[AArch64] Cleanup A57PBQPConstraints
[oota-llvm.git] / test / CodeGen / NVPTX / implicit-def.ll
index 06d3d562046ea2783eabc366e7f2d3c3fa8791a2..2d2c6e527f6d8e07dbd7440c725e38f2af6ca46d 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -O0 -march=nvptx -mcpu=sm_20 -asm-verbose=1 | FileCheck %s
 
 ; CHECK: // implicit-def: %f[[F0:[0-9]+]]
-; CHECK: add.f32         %f{{[0-9]+}}, %f{{[0-9]+}}, %f[[F0]];
+; CHECK: add.rn.f32         %f{{[0-9]+}}, %f{{[0-9]+}}, %f[[F0]];
 define float @foo(float %a) {
   %ret = fadd float %a, undef
   ret float %ret