summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-31 20:11:57 +0000
committerDan Gohman <gohman@apple.com>2007-07-31 20:11:57 +0000
commit54ec4bfa5f5fb11a21a10edbe2788fe816b40911 (patch)
tree6c88320df33ca4401ebd33ed6d73d824eac2a944 /llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
parent87801e8773d17f1867e56ebd8bd991a027f846b3 (diff)
downloadbcm5719-llvm-54ec4bfa5f5fb11a21a10edbe2788fe816b40911.tar.gz
bcm5719-llvm-54ec4bfa5f5fb11a21a10edbe2788fe816b40911.zip
Change the x86 assembly output to use tab characters to separate the
mnemonics from their operands instead of single spaces. This makes the assembly output a little more consistent with various other compilers (f.e. GCC), and slightly easier to read. Also, update the regression tests accordingly. llvm-svn: 40648
Diffstat (limited to 'llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll')
-rw-r--r--llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
index db82d6591eb..a3d961a5b12 100644
--- a/llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
+++ b/llvm/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
@@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=x86 -mtriple=i686-apple-darwin8 -relocation-model=static | \
-; RUN: grep {movl _last} | wc -l | grep 1
+; RUN: grep {movl _last} | wc -l | grep 1
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=x86 -mtriple=i686-apple-darwin8 -relocation-model=static | \
; RUN: grep {cmpl.*_last} | wc -l | grep 1
OpenPOWER on IntegriCloud