summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/fcmp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/fcmp-fast.ll b/llvm/test/Bitcode/fcmp-fast.ll
index 126e3652e3a..79e023318fa 100644
--- a/llvm/test/Bitcode/fcmp-fast.ll
+++ b/llvm/test/Bitcode/fcmp-fast.ll
@@ -3,7 +3,7 @@
; RUN: diff %t0 %t1
; RUN: FileCheck < %t1 %s
-; Make sure flags on fcmp instructions are serialized/deserialized properly.
+; Make sure fast math flags on fcmp instructions are serialized/deserialized properly.
define i1 @foo(float %a, float %b, double %c, double %d) {
; CHECK: %plain = fcmp ueq float %a, %b
OpenPOWER on IntegriCloud