2007-07-20 07:13:04 +08:00
|
|
|
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
|
2007-06-19 08:08:42 +08:00
|
|
|
// PR1513
|
|
|
|
|
|
|
|
struct s{
|
|
|
|
long a;
|
|
|
|
long b;
|
|
|
|
};
|
|
|
|
|
2007-07-29 00:43:10 +08:00
|
|
|
void f(struct s a, char *b, signed char C) {
|
2007-06-19 08:08:42 +08:00
|
|
|
|
|
|
|
}
|