mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
[NVPTX] Change begin/end inline asm comments to "begin/end inline asm".
Previously it was just "// inline asm", which made it tricky to read code with lots of inline assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
493ba428f1
commit
9f9e951090
@ -34,8 +34,8 @@ NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Triple &TheTriple) {
|
||||
|
||||
HasSingleParameterDotFile = false;
|
||||
|
||||
InlineAsmStart = " inline asm";
|
||||
InlineAsmEnd = " inline asm";
|
||||
InlineAsmStart = " begin inline asm";
|
||||
InlineAsmEnd = " end inline asm";
|
||||
|
||||
SupportsDebugInformation = CompileForDebugging;
|
||||
// PTX does not allow .align on functions.
|
||||
|
Loading…
Reference in New Issue
Block a user