diff options
| author | Michael Berg <michael_c_berg@apple.com> | 2018-04-26 18:17:58 +0000 |
|---|---|---|
| committer | Michael Berg <michael_c_berg@apple.com> | 2018-04-26 18:17:58 +0000 |
| commit | 15c0515a2171bd2be2506e18e292731ef9fb10b6 (patch) | |
| tree | fbd976b6a240e73d768dda5bdf88e72d77d3866c /llvm/test/Bitcode | |
| parent | 2b8b17986741210bf52148302d69794f0509712f (diff) | |
| download | bcm5719-llvm-15c0515a2171bd2be2506e18e292731ef9fb10b6.tar.gz bcm5719-llvm-15c0515a2171bd2be2506e18e292731ef9fb10b6.zip | |
augmenting description for fcmp fmf - NFC
llvm-svn: 330972
Diffstat (limited to 'llvm/test/Bitcode')
| -rw-r--r-- | llvm/test/Bitcode/fcmp-fast.ll | 2 |
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 |

