diff options
author | Kristof Beyls <kristof.beyls@arm.com> | 2012-02-24 13:52:45 +0000 |
---|---|---|
committer | Kristof Beyls <kristof.beyls@arm.com> | 2012-02-24 13:52:45 +0000 |
commit | 8a4eb29b2f729f1c063867b8b2dad1086eac916c (patch) | |
tree | dfa0541cf5ee7b3114e0d19e2dd2f56519b6e07d | |
parent | b1933c02bc4b1b0b73d146c381af9e9b7b1e3270 (diff) |
test commit. removing unnecessary whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151363 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/odr_comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/odr_comdat.ll b/test/CodeGen/ARM/odr_comdat.ll index a1fcc9bfc2..e28b5788ef 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. |