summaryrefslogtreecommitdiff
path: root/test
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
commit72e96a51bffcda773a9b8c11789a7018ea72c768 (patch)
tree38cf006e3bbf952d6b5fa84870abfed9729240f8 /test
parent81f28f603ac31349643d132e50768b062d7675a2 (diff)
downloadllvm-72e96a51bffcda773a9b8c11789a7018ea72c768.tar.gz
llvm-72e96a51bffcda773a9b8c11789a7018ea72c768.tar.bz2
llvm-72e96a51bffcda773a9b8c11789a7018ea72c768.tar.xz
[ARM64] Correctly select ANDWri in FastISel.
http://reviews.llvm.org/D3598 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM64/fast-isel-fcmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM64/fast-isel-fcmp.ll b/test/CodeGen/ARM64/fast-isel-fcmp.ll
index cf71fab714..ab86132d45 100644
--- a/test/CodeGen/ARM64/fast-isel-fcmp.ll
+++ b/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: