diff test/CodeGen/Hexagon/opt-fabs.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 7d135dc70f03
children
line wrap: on
line diff
--- a/test/CodeGen/Hexagon/opt-fabs.ll	Fri Nov 25 19:14:25 2016 +0900
+++ b/test/CodeGen/Hexagon/opt-fabs.ll	Fri Oct 27 17:07:41 2017 +0900
@@ -1,7 +1,7 @@
 ; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=hexagonv5 -hexagon-bit=0 < %s | FileCheck %s
 ; Optimize fabsf to clrbit in V5.
 
-; CHECK: r{{[0-9]+}} = clrbit(r{{[0-9]+}}, #31)
+; CHECK: r{{[0-9]+}} = clrbit(r{{[0-9]+}},#31)
 
 define float @my_fabsf(float %x) nounwind {
 entry: