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/single_loop_int_max_iterations.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/single_loop_int_max_iterations.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/single_loop_int_max_iterations.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/single_loop_int_max_iterations.ll b/polly/test/Isl/CodeGen/single_loop_int_max_iterations.ll index c3a0a1d6cda..aa20ef02cac 100644 --- a/polly/test/Isl/CodeGen/single_loop_int_max_iterations.ll +++ b/polly/test/Isl/CodeGen/single_loop_int_max_iterations.ll @@ -23,7 +23,6 @@ ;} 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" define i32 @main() nounwind { entry: |