diff options
Diffstat (limited to 'test/CodeGen/atom-idiv-bypass.c')
-rw-r--r-- | test/CodeGen/atom-idiv-bypass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/atom-idiv-bypass.c b/test/CodeGen/atom-idiv-bypass.c index 596e18b01c..a2ed55329d 100644 --- a/test/CodeGen/atom-idiv-bypass.c +++ b/test/CodeGen/atom-idiv-bypass.c @@ -3,7 +3,7 @@ // branch to bypass the slow IDIV instruction. This test verifies that global // context types are used when comparing with those in the BypassTypeMap. -// RUN: %clang_cc1 %s -march=atom -m32 -O2 -S -o - | FileCheck %s +// RUN: %clang %s -triple i386-unknown-unknown -march=atom -m32 -O2 -S -o - | FileCheck %s // CHECK: div32 // CHECK: orl // CHECK: testl |