summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-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