diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-27 16:44:41 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-27 16:44:41 +0000 |
| commit | 52396bb9c55044063c25bc19e8f22e32d4df11e3 (patch) | |
| tree | f23335a0bdd25ebfd2d687f4145f9eaaaf7fbbd8 /llvm/test/CodeGen/XCore/globals.ll | |
| parent | 86db6dd2ed4e01669c6b6f39662941d4b28fe36f (diff) | |
| download | bcm5719-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/XCore/globals.ll')
| -rw-r--r-- | llvm/test/CodeGen/XCore/globals.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/globals.ll b/llvm/test/CodeGen/XCore/globals.ll index 04e135c25ca..c7eba786b99 100644 --- a/llvm/test/CodeGen/XCore/globals.ll +++ b/llvm/test/CodeGen/XCore/globals.ll @@ -126,4 +126,4 @@ entry: @array = global [10 x i16] zeroinitializer, align 2 ; CHECK: .globl array.globound -; CHECK: array.globound = 10 +; CHECK: .set array.globound, 10 |

