Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/Thumb/unord.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | e4204d083e25 |
children |
line wrap: on
line diff
--- a/test/CodeGen/Thumb/unord.ll Thu Dec 12 15:22:36 2013 +0900 +++ b/test/CodeGen/Thumb/unord.ll Mon Sep 08 22:06:00 2014 +0900 @@ -1,7 +1,7 @@ ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s define i32 @f1(float %X, float %Y) { -; CHECK-LABEL _f1: +; CHECK-LABEL: _f1: ; CHECK: bne ; CHECK: .data_region ; CHECK: .long ___unordsf2 @@ -11,7 +11,7 @@ } define i32 @f2(float %X, float %Y) { -; CHECK-LABEL _f2: +; CHECK-LABEL: _f2: ; CHECK: beq ; CHECK: .data_region ; CHECK: .long ___unordsf2