Added a triple to the test builtins-multiprecision.c.

llvm-svn: 172342
This commit is contained in:
Michael Gottesman 2013-01-13 03:40:23 +00:00
parent 54398015bf
commit 0cd8b78916
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -x c %s -o - -O3 | FileCheck %s
// RUN: %clang_cc1 -triple "x86_64-unknown-unknown" -emit-llvm -x c %s -o - -O3 | FileCheck %s
unsigned short test_addcs(unsigned short x, unsigned short y,
unsigned short carryin, unsigned short *z) {