[llvm-branch-commits] [llvm-branch] r102555 - /llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c

Dale Johannesen dalej at apple.com
Wed Apr 28 16:09:42 PDT 2010


Author: johannes
Date: Wed Apr 28 18:09:42 2010
New Revision: 102555

URL: http://llvm.org/viewvc/llvm-project?rev=102555&view=rev
Log:
$ svn merge -c 102544 https://dalej@llvm.org/svn/llvm-project/llvm/trunk
--- Merging r102544 into '.':
A    test/FrontendC/inline-asm-function.c
$ svn merge -c 102545 https://dalej@llvm.org/svn/llvm-project/llvm/trunk
--- Merging r102545 into '.':
U    test/FrontendC/inline-asm-function.c


Added:
    llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c
      - copied, changed from r102544, llvm/trunk/test/FrontendC/inline-asm-function.c

Copied: llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c (from r102544, llvm/trunk/test/FrontendC/inline-asm-function.c)
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c?p2=llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c&p1=llvm/trunk/test/FrontendC/inline-asm-function.c&r1=102544&r2=102555&rev=102555&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/inline-asm-function.c (original)
+++ llvm/branches/Apple/Morbo/test/FrontendC/inline-asm-function.c Wed Apr 28 18:09:42 2010
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
-// PR2094
+// 7533078 (partial).
 
 asm int f() {
   xyz





More information about the llvm-branch-commits mailing list