From 009b1c42aa6266385f2c37e227516b24077e6dd7 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:52:33 +0000 Subject: Import LLVM, at r72732. --- test/CodeGen/CBackend/2002-08-19-DataPointer.ll | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/CodeGen/CBackend/2002-08-19-DataPointer.ll (limited to 'test/CodeGen/CBackend/2002-08-19-DataPointer.ll') diff --git a/test/CodeGen/CBackend/2002-08-19-DataPointer.ll b/test/CodeGen/CBackend/2002-08-19-DataPointer.ll new file mode 100644 index 0000000000000..7ae13ec54c30a --- /dev/null +++ b/test/CodeGen/CBackend/2002-08-19-DataPointer.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llc -march=c + +@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant +@somestr = constant [11 x i8] c"hello world" -- cgit v1.2.3