[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Mem2Reg / 2002-05-01-ShouldNotPromoteThisAlloca.ll
index 46524873948ff18832b2ce0bd290242074d7262c..89bd4928a476f690f16cb73aa9c8f33826b0adf1 100644 (file)
@@ -1,7 +1,7 @@
 ; This input caused the mem2reg pass to die because it was trying to promote
 ; the %r alloca, even though it is invalid to do so in this case!
 ;
-; RUN: opt %s -mem2reg
+; RUN: opt %s -mem2reg
 
 define void @test() {
        %r = alloca i32         ; <i32*> [#uses=2]