Skip to content
Snippets Groups Projects
Commit f2b72bf9 authored by Chris Lattner's avatar Chris Lattner
Browse files

testcase for PR1513

llvm-svn: 37638
parent 6ba3e8b2
No related branches found
No related tags found
No related merge requests found
// RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
// PR1513
struct s{
long a;
long b;
};
void f(struct s a, char *b, char C) {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment