diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-04-scale.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-04-scale.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-scale.ll b/llvm/test/CodeGen/X86/2009-04-scale.ll index 1fc5f2b234f..4238d6eb061 100644 --- a/llvm/test/CodeGen/X86/2009-04-scale.ll +++ b/llvm/test/CodeGen/X86/2009-04-scale.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mtriple=i386-unknown-linux-gnu +; RUN: llc < %s -mtriple=i386-unknown-linux-gnu ; PR3995 %struct.vtable = type { i32 (...)** } |