summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-05 17:55:26 +0000
committerDan Gohman <gohman@apple.com>2010-01-05 17:55:26 +0000
commitfb4193625a02f97f77dbf52827c8ad6e399cbb22 (patch)
tree06559b0b012e1ac594e50db5abd987474bf24b1f /llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
parentc3c031bb37d244ef3c95b08f81d66957da43ac4e (diff)
downloadbcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.tar.gz
bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.zip
Delete useless trailing semicolons.
llvm-svn: 92740
Diffstat (limited to 'llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll')
-rw-r--r--llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll b/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
index 9a9c1a110d6..45b561affff 100644
--- a/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
+++ b/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -soft-float
; PR3899
-@m = external global <2 x double>;
+@m = external global <2 x double>
define double @vector_ex() nounwind {
%v = load <2 x double>* @m
OpenPOWER on IntegriCloud