X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FMips%2Fhelloworld.ll;h=36f4ad6b55c0b56c564e795530182211cf6f194d;hb=56e9c5f92b8fa33c29b9b9789d9280c4f7e36522;hp=709c12e1c67f2121827489a9687779a3f36925a2;hpb=3589b7b808574d3cebffdc2cf834d66b1c423dbd;p=oota-llvm.git diff --git a/test/CodeGen/Mips/helloworld.ll b/test/CodeGen/Mips/helloworld.ll index 709c12e1c67..36f4ad6b55c 100644 --- a/test/CodeGen/Mips/helloworld.ll +++ b/test/CodeGen/Mips/helloworld.ll @@ -15,7 +15,7 @@ entry: %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) ret i32 0 -; SR: .set mips16 # @main +; SR: .set mips16 ; SR32: .set nomips16 ; SR32: .ent main