aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/aliases.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-26 20:20:43 +0000
committerChris Lattner <sabre@nondot.org>2010-01-26 20:20:43 +0000
commit6a315c358ca35625ffd50fdc74556acb26ec7396 (patch)
tree2b26338011ae895a46df1ec241cda607f2ca8667 /test/CodeGen/X86/aliases.ll
parentb3732fbabdab453a17a74f0fcce507d9567b8d6b (diff)
downloadexternal_llvm-6a315c358ca35625ffd50fdc74556acb26ec7396.zip
external_llvm-6a315c358ca35625ffd50fdc74556acb26ec7396.tar.gz
external_llvm-6a315c358ca35625ffd50fdc74556acb26ec7396.tar.bz2
eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform
that has it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94581 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 0b26859..a71aa92 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 set %t | count 7
+; RUN: grep set %t | count 23
; RUN: grep globl %t | count 6
; RUN: grep weak %t | count 1
; RUN: grep hidden %t | count 1