summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/unaligned-01.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/unaligned-01.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/unaligned-01.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/SystemZ/unaligned-01.ll b/llvm/test/CodeGen/SystemZ/unaligned-01.ll
index 94cad0e1743..2af1aa79a23 100644
--- a/llvm/test/CodeGen/SystemZ/unaligned-01.ll
+++ b/llvm/test/CodeGen/SystemZ/unaligned-01.ll
@@ -1,10 +1,7 @@
; Check that unaligned accesses are allowed in general. We check the
; few exceptions (like CRL) in their respective test files.
;
-; FIXME: -combiner-alias-analysis (the default for SystemZ) stops
-; f1 from being optimized.
-; RUN: llc < %s -mtriple=s390x-linux-gnu -combiner-alias-analysis=false \
-; RUN: | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
; Check that these four byte stores become a single word store.
define void @f1(i8 *%ptr) {
OpenPOWER on IntegriCloud