summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/multi-use-or.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-02 01:11:08 +0000
committerDan Gohman <gohman@apple.com>2010-03-02 01:11:08 +0000
commita9445e11c553855a6caacbbbf77a9b993ecc651e (patch)
tree6bc8ec7754c19ad16540ade4132afb5e6fb1b185 /test/Transforms/InstCombine/multi-use-or.ll
parentfbbee8d7f967b72c5ec3105ef1b21e8a115a8b78 (diff)
downloadllvm-a9445e11c553855a6caacbbbf77a9b993ecc651e.tar.gz
llvm-a9445e11c553855a6caacbbbf77a9b993ecc651e.tar.bz2
llvm-a9445e11c553855a6caacbbbf77a9b993ecc651e.tar.xz
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
respectively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/multi-use-or.ll')
-rw-r--r--test/Transforms/InstCombine/multi-use-or.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/multi-use-or.ll b/test/Transforms/InstCombine/multi-use-or.ll
index 9bbef2383b..8c6a0e0bbc 100644
--- a/test/Transforms/InstCombine/multi-use-or.ll
+++ b/test/Transforms/InstCombine/multi-use-or.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add double .sx, .sy}
+; RUN: opt < %s -instcombine -S | grep {fadd double .sx, .sy}
; The 'or' has multiple uses, make sure that this doesn't prevent instcombine
; from propagating the extends to the truncs.