diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-11 07:34:14 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-11 07:34:14 +0000 |
commit | 9e823f6ae1236600bbf76007dc791d8a727ccf63 (patch) | |
tree | 0d1faedc618bd086abdb6dae1fa7324ec65bde98 /llvm/test | |
parent | e81211f45cef6d25cffc459b1600c9b847f1f180 (diff) | |
download | bcm5719-llvm-9e823f6ae1236600bbf76007dc791d8a727ccf63.tar.gz bcm5719-llvm-9e823f6ae1236600bbf76007dc791d8a727ccf63.zip |
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.
llvm-svn: 147927
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/sub-with-overflow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sub-with-overflow.ll b/llvm/test/CodeGen/X86/sub-with-overflow.ll index 4522e917d31..749b5db480f 100644 --- a/llvm/test/CodeGen/X86/sub-with-overflow.ll +++ b/llvm/test/CodeGen/X86/sub-with-overflow.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=i686-linux | FileCheck %s @ok = internal constant [4 x i8] c"%d\0A\00" @no = internal constant [4 x i8] c"no\0A\00" |