commit | 1d81d88fe36a70ed2f9040413c85adb88dbf4eb6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 29 18:59:01 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 29 18:59:01 2007 +0000 |
tree | 709fcd0ea22ca46de913418ab293026fa134df24 | |
parent | 6995cf6015580eeab07a1c671fca180084a1325e [diff] [blame] |
not all targets want to return an i32. What really matters is whether llc accepts the generated code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36569 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2007-04-11-InlineAsmUnion.c b/test/CFrontend/2007-04-11-InlineAsmUnion.c index 6394a42..0435d64 100644 --- a/test/CFrontend/2007-04-11-InlineAsmUnion.c +++ b/test/CFrontend/2007-04-11-InlineAsmUnion.c
@@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call i32 asm} +// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc union U { int x; float p; }; void foo() {