aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-04-02-unnamedEH.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-13 22:48:46 +0000
committerChris Lattner <sabre@nondot.org>2009-07-13 22:48:46 +0000
commitd4f53b373e9e086ac6aefd4540880951b0f881f6 (patch)
tree5814dec8e3a785f74fffc7011e295335689e72a6 /test/CodeGen/X86/2008-04-02-unnamedEH.ll
parentd84b41615e8a9844d0cc26527ec9ef316fdddb84 (diff)
downloadexternal_llvm-d4f53b373e9e086ac6aefd4540880951b0f881f6.zip
external_llvm-d4f53b373e9e086ac6aefd4540880951b0f881f6.tar.gz
external_llvm-d4f53b373e9e086ac6aefd4540880951b0f881f6.tar.bz2
Two changes:
1) unique globals with the existing "Count" local in Mangler, not with atomic nonsense. Using atomics will give us nondeterminstic output from the compiler when using multiple threads, which is bad. 2) Do not mangle an unknown global name with a type suffix. We don't need this anymore now that llvm ir doesn't have type planes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-04-02-unnamedEH.ll')
-rw-r--r--test/CodeGen/X86/2008-04-02-unnamedEH.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-04-02-unnamedEH.ll b/test/CodeGen/X86/2008-04-02-unnamedEH.ll
index fff75ff..4d8838b 100644
--- a/test/CodeGen/X86/2008-04-02-unnamedEH.ll
+++ b/test/CodeGen/X86/2008-04-02-unnamedEH.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc | grep unnamed_1_0.eh
-; ModuleID = '<stdin>'
+; RUN: llvm-as < %s | llc | grep unnamed_0.eh
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin8"