Fix hexagon test failure.

llvm-svn: 240106
This commit is contained in:
Peter Collingbourne 2015-06-19 00:39:59 +00:00
parent 9881b78b53
commit b09b1128d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=signed-integer-overflow,integer-divide-by-zero -fsanitize-trap=integer-divide-by-zero | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s -fsanitize=signed-integer-overflow,integer-divide-by-zero -fsanitize-trap=integer-divide-by-zero | FileCheck %s
int f(int x, int y) {
// CHECK: %[[B1:.*]] = icmp ne i32 %[[D:.*]], 0