[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / alloca_test.ll
index e5791d5d25538e445941fe6005086cf7944079bf..8464259ce1f88b5d6f73dca3bb5296ac2bf43bbd 100644 (file)
@@ -1,7 +1,7 @@
 ; This test ensures that alloca instructions in the entry block for an inlined
 ; function are moved to the top of the function they are inlined into.
 ;
-; RUN: opt -S -inline %s | FileCheck %s
+; RUN: opt -S -inline %s | FileCheck %s
 
 define i32 @func(i32 %i) {
         %X = alloca i32         ; <i32*> [#uses=1]