summaryrefslogtreecommitdiff
path: root/test/FrontendC/inline-asm-function.c
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-04-28 22:23:46 +0000
committerDale Johannesen <dalej@apple.com>2010-04-28 22:23:46 +0000
commitde5996e33ab238921bc30a695c549517ac323cc3 (patch)
tree000b79040e260a675c12d7974ed4226d5baa7158 /test/FrontendC/inline-asm-function.c
parent21a9bd91e91c487d7833b6eb0693be0eca176ecc (diff)
downloadllvm-de5996e33ab238921bc30a695c549517ac323cc3.tar.gz
llvm-de5996e33ab238921bc30a695c549517ac323cc3.tar.bz2
llvm-de5996e33ab238921bc30a695c549517ac323cc3.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/inline-asm-function.c')
-rw-r--r--test/FrontendC/inline-asm-function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/inline-asm-function.c b/test/FrontendC/inline-asm-function.c
index b1ce79a5d5..e584840986 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