summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-21 03:35:28 +0000
committerChris Lattner <sabre@nondot.org>2007-04-21 03:35:28 +0000
commit6121802090c21c05e54676aaa7fa3ff21c013081 (patch)
tree6a487c9e6237845b941c35589a4f25a011200adb
parentf0c955b4dc3a80ca0f80e3dcfa4a58280e401e36 (diff)
downloadbcm5719-llvm-6121802090c21c05e54676aaa7fa3ff21c013081.tar.gz
bcm5719-llvm-6121802090c21c05e54676aaa7fa3ff21c013081.zip
make this portable to 64-bit hosts
llvm-svn: 36297
-rw-r--r--llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c b/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
index 62e4b5c41c2..6394a42bb4f 100644
--- a/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
+++ b/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
@@ -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));
OpenPOWER on IntegriCloud