summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/aliases.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-12-06 15:35:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-12-06 15:35:15 +0000
commit6d86492f5ed0f9853ddd3b24e1aa037e305e1784 (patch)
tree12def9c2448271a475345dfc1e1ff0ecde8704c1 /test/CodeGen/X86/aliases.ll
parent7c00391248a88c17d53af0ee65328bcf919abcbd (diff)
downloadllvm-6d86492f5ed0f9853ddd3b24e1aa037e305e1784.tar.gz
llvm-6d86492f5ed0f9853ddd3b24e1aa037e305e1784.tar.bz2
llvm-6d86492f5ed0f9853ddd3b24e1aa037e305e1784.tar.xz
Revert previous two patches while I try to find out how to make both
linux and darwin assemblers happy :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/aliases.ll')
-rw-r--r--test/CodeGen/X86/aliases.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/aliases.ll b/test/CodeGen/X86/aliases.ll
index 33a659dfd3..3ed3bd67ce 100644
--- a/test/CodeGen/X86/aliases.ll
+++ b/test/CodeGen/X86/aliases.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=i686-pc-linux-gnu -asm-verbose=false -o %t
-; RUN: grep { = } %t | count 17
+; RUN: grep { = } %t | count 16
; RUN: grep set %t | count 18
; RUN: grep globl %t | count 6
; RUN: grep weak %t | count 1