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