aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2002-01-23-LoadQISIReloadFailure.c')
-rw-r--r--test/FrontendC/2002-01-23-LoadQISIReloadFailure.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c b/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
new file mode 100644
index 0000000..258d3cc
--- /dev/null
+++ b/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
@@ -0,0 +1,11 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
+/* Regression test. Just compile .c -> .ll to test */
+int foo(void) {
+ unsigned char *pp;
+ unsigned w_cnt;
+
+ w_cnt += *pp;
+
+ return w_cnt;
+}