summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-27 16:44:41 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-27 16:44:41 +0000
commit52396bb9c55044063c25bc19e8f22e32d4df11e3 (patch)
treef23335a0bdd25ebfd2d687f4145f9eaaaf7fbbd8 /llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
parent86db6dd2ed4e01669c6b6f39662941d4b28fe36f (diff)
downloadbcm5719-llvm-52396bb9c55044063c25bc19e8f22e32d4df11e3.tar.gz
bcm5719-llvm-52396bb9c55044063c25bc19e8f22e32d4df11e3.zip
Use .set instead of = when printing assignment in assembly output
On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll')
-rw-r--r--llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll b/llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
index 65b577b1e7d..52e83a177bf 100644
--- a/llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
+++ b/llvm/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
@@ -10,4 +10,4 @@ define weak i32 @pthread_once(i32*, void ()*) {
; CHECK: pthread_once:
; CHECK: .weak __gthrw_pthread_once
-; CHECK: __gthrw_pthread_once = pthread_once
+; CHECK: .set __gthrw_pthread_once, pthread_once
OpenPOWER on IntegriCloud