[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-objdump / Inputs / libbogus8.a
blob070c770846b207f4ae0e14fec9867e29a5d1b2a6
1 !<arch>
2 foo.c 1444941645 124 0 100644 17 `
3 void foo(void){}
5 #1/1234 1469564779 124 0 100644 126 `
6 1234567890123456Xhello.c#include <stdio.h>
7 #include <stdlib.h>
8 int
9 main()
11 printf("Hello World\n");
12 return EXIT_SUCCESS;