From: Dale Johannesen Date: Wed, 28 Apr 2010 22:23:46 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de5996e33ab238921bc30a695c549517ac323cc3;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102545 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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