Skip to content

Commit

Permalink
Attempt to unbreak test on Linux. Chris, please check.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94399 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Jan 25, 2010
1 parent bdf49fc commit 34b6ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CodeGen/PowerPC/align.ll
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; RUN: llc < %s -march=ppc32 | \
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.4 | count 1
; RUN: llc < %s -march=ppc32 | \
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.2 | count 1
; RUN: llc < %s -march=ppc32 | \
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.3 | count 1

@A = global <4 x i32> < i32 10, i32 20, i32 30, i32 40 > ; <<4 x i32>*> [#uses=0]
Expand Down

0 comments on commit 34b6ea6

Please sign in to comment.