summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2014-05-03 17:27:06 +0000
committerJoey Gouly <joey.gouly@gmail.com>2014-05-03 17:27:06 +0000
commitb0afd1b92942d709812cd90238d5bcfab8443e70 (patch)
tree6995b6af3216caec37362b113b55c0b56a80b648 /llvm/test/CodeGen
parent64425fe875b4e995da650fdad0c4355cafdf1547 (diff)
downloadbcm5719-llvm-b0afd1b92942d709812cd90238d5bcfab8443e70.tar.gz
bcm5719-llvm-b0afd1b92942d709812cd90238d5bcfab8443e70.zip
[ARM64] Correctly select ANDWri in FastISel.
http://reviews.llvm.org/D3598 llvm-svn: 207917
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll b/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll
index cf71fab7140..ab86132d450 100644
--- a/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll
+++ b/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -fast-isel-abort -mtriple=arm64-apple-darwin | FileCheck %s
+; RUN: llc < %s -O0 -fast-isel-abort -verify-machineinstrs -mtriple=arm64-apple-darwin | FileCheck %s
define zeroext i1 @fcmp_float1(float %a) nounwind ssp {
entry:
OpenPOWER on IntegriCloud