diff options
author | Tobias Grosser <tobias@grosser.es> | 2014-02-21 23:08:54 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2014-02-21 23:08:54 +0000 |
commit | 88640d2b4751bbd1bbbcf6c6923a9655f88a144f (patch) | |
tree | fdfe3e4141f08e66b926ca48525be0ee9c1190a6 /polly/test | |
parent | 20e4a5d2afc6625457b60b004863b376dab62898 (diff) | |
download | bcm5719-llvm-88640d2b4751bbd1bbbcf6c6923a9655f88a144f.tar.gz bcm5719-llvm-88640d2b4751bbd1bbbcf6c6923a9655f88a144f.zip |
Use -polly-codegen-isl in isl-codegen test
Reported-by: Sebastian Pop <spop@codeaurora.org>
llvm-svn: 201902
Diffstat (limited to 'polly/test')
-rw-r--r-- | polly/test/Isl/CodeGen/debug-intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/debug-intrinsics.ll b/polly/test/Isl/CodeGen/debug-intrinsics.ll index 7c3e3486886..026a9acdb3b 100644 --- a/polly/test/Isl/CodeGen/debug-intrinsics.ll +++ b/polly/test/Isl/CodeGen/debug-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s +; RUN: opt %loadPolly -polly-codegen-isl -S < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |