diff options
Diffstat (limited to 'test/CodeGen/SystemZ/alias-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/alias-01.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/alias-01.ll b/test/CodeGen/SystemZ/alias-01.ll index e00d3c8b0a..8839aade7a 100644 --- a/test/CodeGen/SystemZ/alias-01.ll +++ b/test/CodeGen/SystemZ/alias-01.ll @@ -1,7 +1,6 @@ ; Test 32-bit ANDs in which the second operand is variable. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -combiner-alias-analysis \ -; RUN: -combiner-global-alias-analysis | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s ; Check that there are no spills. define void @f1(<16 x i32> *%src1, <16 x float> *%dest) { |