diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avoid-loop-align-2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avoid-loop-align-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avoid-loop-align-2.ll b/llvm/test/CodeGen/X86/avoid-loop-align-2.ll index e02f3569c89..7e5927e6ee3 100644 --- a/llvm/test/CodeGen/X86/avoid-loop-align-2.ll +++ b/llvm/test/CodeGen/X86/avoid-loop-align-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | grep align | count 4 +; RUN: llc < %s -mtriple=i686-- | grep align | count 4 ; TODO: Is it a good idea to align inner loops? It's hard to know without ; knowing what their trip counts are, or other dynamic information. For |