summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-08 03:03:14 +0000
committerEric Christopher <echristo@gmail.com>2013-01-08 03:03:14 +0000
commit95de6bd469d5e183ac86420533c8d276ba3bd167 (patch)
tree57a8540448c90ea79269a7f9be8248043f5294c3 /llvm/test
parentd994540259637dc11fb8436e2e572920c1afc488 (diff)
downloadbcm5719-llvm-95de6bd469d5e183ac86420533c8d276ba3bd167.tar.gz
bcm5719-llvm-95de6bd469d5e183ac86420533c8d276ba3bd167.zip
Add the C testcase to this file.
Suggested by Dave Blaikie. llvm-svn: 171839
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/X86/vector.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/vector.ll b/llvm/test/DebugInfo/X86/vector.ll
index 5f46406ed1b..7b61e76f181 100644
--- a/llvm/test/DebugInfo/X86/vector.ll
+++ b/llvm/test/DebugInfo/X86/vector.ll
@@ -1,6 +1,12 @@
; RUN: llc -mtriple=x86_64-linux-gnu -O0 -filetype=obj -o %t %s
; RUN: llvm-dwarfdump %t | FileCheck %s
+; Generated from:
+; clang -g -S -emit-llvm -o foo.ll foo.c
+; typedef int v4si __attribute__((__vector_size__(16)));
+;
+; v4si a
+
@a = common global <4 x i32> zeroinitializer, align 16
!llvm.dbg.cu = !{!0}
OpenPOWER on IntegriCloud