R600: Use default GlobalDirective
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 21 Oct 2014 21:08:36 +0000 (21:08 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 21 Oct 2014 21:08:36 +0000 (21:08 +0000)
commit3605d74d23d9dda3298b9dc280fbe38f31fd9394
tree21b35fe9cdc423276967e9840c43a60e718a5890
parent41e69be6cb0cc18a4f3d55ff28da0f0fe0b4caac
R600: Use default GlobalDirective

The overridden one wasn't inserting a space,
so you would end up with .globalfoo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
test/CodeGen/R600/global-directive.ll [new file with mode: 0644]