summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-12 14:41:41 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-12 14:41:41 +0000
commit6d289b83ad0d383298947694ceb3e92e5da01efe (patch)
treeb2a42c6299587e56ab778693a9ee73da9fe1a76c
parent3c1dc3cac8f167ff6b130a12d09f5dc2bffa1c30 (diff)
downloadllvm-6d289b83ad0d383298947694ceb3e92e5da01efe.tar.gz
llvm-6d289b83ad0d383298947694ceb3e92e5da01efe.tar.bz2
llvm-6d289b83ad0d383298947694ceb3e92e5da01efe.tar.xz
llvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy r199050.
Use intel syntax, or "shl" might hit "pushl". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199051 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/shl_undef.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shl_undef.ll b/test/CodeGen/X86/shl_undef.ll
index 54b74cc52e..666c972810 100644
--- a/test/CodeGen/X86/shl_undef.ll
+++ b/test/CodeGen/X86/shl_undef.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O1 -mtriple=i386-apple-darwin | FileCheck %s
+; RUN: llc < %s -O1 -mtriple=i386-apple-darwin -x86-asm-syntax=intel | FileCheck %s
;
; Interesting test case where %tmp1220 = xor i32 %tmp862, %tmp592 and
; %tmp1676 = xor i32 %tmp1634, %tmp1530 have zero demanded bits after
@@ -10,6 +10,8 @@
; See rdar://9453156 and rdar://9487392.
;
+; Use intel syntax, or "shl" might hit "pushl".
+
; CHECK-NOT: shl
define i32 @foo(i8* %a0, i32* %a2) nounwind {
entry: