]> granicus.if.org Git - llvm/commitdiff
[ARM] Fix typo in test added in r307889
authorFlorian Hahn <florian.hahn@arm.com>
Thu, 13 Jul 2017 08:53:43 +0000 (08:53 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Thu, 13 Jul 2017 08:53:43 +0000 (08:53 +0000)
This fixes the following test failure:
    LLVM :: Transforms/Inline/ARM/inline-target-attr.ll

Sorry for any inconenience.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307892 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/ARM/inline-target-attr.ll

index 0d0a765cf9d9aa6b5059dce9641b6e7f9b734c90..5bbecd2035288868fcac3abe1a26f58978efbf31 100644 (file)
@@ -49,7 +49,7 @@ define i32 @soft_float_fn() #4 {
 entry:
   %call = call i32 @foo()
   ret i32 %call
-; CHECK-LABEL: thumb_fn
+; CHECK-LABEL: soft_float_fn
 ; CHECK: call i32 @foo
 }