diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-04-21 14:28:02 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-04-21 14:28:02 +0000 |
commit | 173ecab7056b483362e4d1906746c6918e8b1e88 (patch) | |
tree | ed98a1577579459c19608d1b76d56e82e4f6c9e5 /polly/test/Isl/CodeGen/OpenMP/single_loop.ll | |
parent | 431b81e41f31511c0e4e0c09a0e74fc8e9461061 (diff) | |
download | bcm5719-llvm-173ecab7056b483362e4d1906746c6918e8b1e88.tar.gz bcm5719-llvm-173ecab7056b483362e4d1906746c6918e8b1e88.zip |
Remove target triples from test cases
I just learned that target triples prevent test cases to be run on other
architectures. Polly test cases are until now sufficiently target independent
to not require any target triples. Hence, we drop them.
llvm-svn: 235384
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP/single_loop.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/OpenMP/single_loop.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll index 9cefb549112..9ff766e043a 100644 --- a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll +++ b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll @@ -91,7 +91,6 @@ ; IR-STRIDE4 %polly.adjust_ub = sub i64 %polly.par.UBAdjusted, 4 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" -target triple = "x86_64-unknown-linux-gnu" @A = common global [1024 x float] zeroinitializer, align 16 |