diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2017-08-10 21:23:00 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2017-08-10 21:23:00 +0000 |
| commit | a24e4cda006772f27a3b484959207ef1d34e2056 (patch) | |
| tree | ff97892ae7d76215b81f4d2b336150c1a97326be /llvm/test/DebugInfo/AArch64 | |
| parent | 8d4d57035fd50c36d050585d22b50171c49fc6d9 (diff) | |
| download | bcm5719-llvm-a24e4cda006772f27a3b484959207ef1d34e2056.tar.gz bcm5719-llvm-a24e4cda006772f27a3b484959207ef1d34e2056.zip | |
Revert "[AsmParser] Hash is not a comment on some targets"
This reverts commit r310457.
It causes clang-produced IR to fail llvm codegen.
llvm-svn: 310662
Diffstat (limited to 'llvm/test/DebugInfo/AArch64')
| -rw-r--r-- | llvm/test/DebugInfo/AArch64/asan-stack-vars.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll b/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll index 3ae3b46bfa1..1dff15cb588 100644 --- a/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll +++ b/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll @@ -210,7 +210,7 @@ entry: %72 = load i8*, i8** @OBJC_SELECTOR_REFERENCES_.4, align 8, !dbg !55, !invariant.load !2 %73 = bitcast %0* %65 to i8*, !dbg !55 %call2 = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*)*)(i8* %73, i8* %72), !dbg !55 - call void asm sideeffect "mov\09fp, fp\09\09; marker for objc_retainAutoreleaseReturnValue", ""(), !dbg !55 + call void asm sideeffect "mov\09fp, fp\09\09# marker for objc_retainAutoreleaseReturnValue", ""(), !dbg !55 %74 = call i8* @objc_retainAutoreleasedReturnValue(i8* %call2) #3, !dbg !55 %75 = bitcast %0** %5 to i8**, !dbg !56 call void @objc_storeStrong(i8** %75, i8* null) #3, !dbg !56 |

