From de5996e33ab238921bc30a695c549517ac323cc3 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 28 Apr 2010 22:23:46 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102545 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/inline-asm-function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC/inline-asm-function.c b/test/FrontendC/inline-asm-function.c index b1ce79a5d5c..e5848409865 100644 --- a/test/FrontendC/inline-asm-function.c +++ b/test/FrontendC/inline-asm-function.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked -// PR2094 +// 7533078 (partial). asm int f() { xyz -- 2.34.1