Changes in directory llvm/test/CFrontend:

2007-04-11-InlineAsmUnion.c updated: 1.3 -> 1.4
---
Log message:

make this portable to 64-bit hosts


---
Diffs of the changes:  (+1 -1)

 2007-04-11-InlineAsmUnion.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
diff -u llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c:1.3 
llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c:1.4
--- llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c:1.3 Sun Apr 15 15:08:37 2007
+++ llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c     Fri Apr 20 22:35:28 2007
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call i32 asm}
 
-union U { int x; char* p; };
+union U { int x; float p; };
 void foo() {
   union U bar;
   __asm__ volatile("foo %0\n" : "=r"(bar));



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to