Add the C testcase to this file.
authorEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 03:03:14 +0000 (03:03 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 03:03:14 +0000 (03:03 +0000)
Suggested by Dave Blaikie.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171839 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/vector.ll

index 5f46406ed1bc26a4f788a7a4063e394377f909e5..7b61e76f181aa84d86fe28af3d692d7df365afd7 100644 (file)
@@ -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}