aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/aliases.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-08 23:58:37 +0000
committerChris Lattner <sabre@nondot.org>2010-03-08 23:58:37 +0000
commit0d50c7620d92762eaa5c9dedd07c94f5a6a19935 (patch)
tree9b875823c81984c10175b00d3fb0dd16d682dee2 /test/CodeGen/X86/aliases.ll
parent5196018d9cb80a1cc81b95c6365de24f33c5f6bb (diff)
downloadexternal_llvm-0d50c7620d92762eaa5c9dedd07c94f5a6a19935.zip
external_llvm-0d50c7620d92762eaa5c9dedd07c94f5a6a19935.tar.gz
external_llvm-0d50c7620d92762eaa5c9dedd07c94f5a6a19935.tar.bz2
move .set generation out of DwarfPrinter into AsmPrinter and
MCize it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98010 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 753d5d9..3ed3bd6 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 7
+; RUN: grep { = } %t | count 16
; RUN: grep set %t | count 18
; RUN: grep globl %t | count 6
; RUN: grep weak %t | count 1