Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fix PR5001 PR5002.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@82191 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tlattner committed Sep 18, 2009
1 parent 1d20c4e commit 440f412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/cmov-zext.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
; RUN: llvm-as < %s | llc -march=x86-64 | FileCheck %s

; x86's 32-bit cmov doesn't clobber the high 32 bits of the destination
; if the condition is false. An explicit zero-extend (movl) is needed
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/X86/combiner-aa-1.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
; RUN: llvm-as < %s | llc --combiner-alias-analysis --combiner-global-alias-analysis
; PR4880

target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
Expand Down
2 changes: 1 addition & 1 deletion test/Transforms/MemCpyOpt/align.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: opt < %s -S -memcpyopt | FileCheck %s
; RUN: llvm-as < %s | opt -memcpyopt | llvm-dis | FileCheck %s

; The resulting memset is only 4-byte aligned, despite containing
; a 16-byte alignmed store in the middle.
Expand Down

0 comments on commit 440f412

Please sign in to comment.