From: Kristof Beyls Date: Fri, 24 Feb 2012 13:52:45 +0000 (+0000) Subject: test commit. removing unnecessary whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a4eb29b2f729f1c063867b8b2dad1086eac916c;p=oota-llvm.git test commit. removing unnecessary whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151363 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/odr_comdat.ll b/test/CodeGen/ARM/odr_comdat.ll index a1fcc9bfc2a..e28b5788ef6 100644 --- a/test/CodeGen/ARM/odr_comdat.ll +++ b/test/CodeGen/ARM/odr_comdat.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=ARMGNUEABI +; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=ARMGNUEABI ; Checking that a comdat group gets generated correctly for a static member ; of instantiated C++ templates.